aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/client/controller
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2014-04-12 18:56:59 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2014-04-12 18:56:59 +1200
commit500751368e7f8fc381f720a0c40cd00d8a9914ed (patch)
treeadb6182f7e89d6daf17982fd832b61c4744dd985 /src/org/traccar/web/client/controller
parent891abffcf8c76fff62b2c4a35a41818d3eab6bc2 (diff)
downloadetbsa-traccar-web-500751368e7f8fc381f720a0c40cd00d8a9914ed.tar.gz
etbsa-traccar-web-500751368e7f8fc381f720a0c40cd00d8a9914ed.tar.bz2
etbsa-traccar-web-500751368e7f8fc381f720a0c40cd00d8a9914ed.zip
Fix code formatting
Diffstat (limited to 'src/org/traccar/web/client/controller')
-rw-r--r--src/org/traccar/web/client/controller/DeviceController.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/traccar/web/client/controller/DeviceController.java b/src/org/traccar/web/client/controller/DeviceController.java
index b884537..e9940aa 100644
--- a/src/org/traccar/web/client/controller/DeviceController.java
+++ b/src/org/traccar/web/client/controller/DeviceController.java
@@ -87,7 +87,7 @@ public class DeviceController implements ContentController, DeviceView.DeviceHan
}
@Override
public void onFailure(Throwable caught) {
- new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
+ new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
}
});
}
@@ -106,7 +106,7 @@ public class DeviceController implements ContentController, DeviceView.DeviceHan
}
@Override
public void onFailure(Throwable caught) {
- new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
+ new AlertMessageBox("Error", "Device with this Unique ID already exists").show();
}
});
}