Fix code formatting

This commit is contained in:
Anton Tananaev 2014-04-16 22:36:54 +12:00
parent b0cc82537c
commit ba7d093cbf

View File

@ -339,7 +339,7 @@ public class DataServiceImpl extends RemoteServiceServlet implements DataService
if (results.isEmpty()) {
entityManager.getTransaction().begin();
try {
Device tmp_device = entityManager.find(Device.class, device.getId());
Device tmp_device = entityManager.find(Device.class, device.getId());
tmp_device.setName(device.getName());
tmp_device.setUniqueId(device.getUniqueId());
entityManager.getTransaction().commit();