diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2014-04-12 18:56:59 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2014-04-12 18:56:59 +1200 |
commit | 500751368e7f8fc381f720a0c40cd00d8a9914ed (patch) | |
tree | adb6182f7e89d6daf17982fd832b61c4744dd985 /src/org/traccar/web/client | |
parent | 891abffcf8c76fff62b2c4a35a41818d3eab6bc2 (diff) | |
download | trackermap-web-500751368e7f8fc381f720a0c40cd00d8a9914ed.tar.gz trackermap-web-500751368e7f8fc381f720a0c40cd00d8a9914ed.tar.bz2 trackermap-web-500751368e7f8fc381f720a0c40cd00d8a9914ed.zip |
Fix code formatting
Diffstat (limited to 'src/org/traccar/web/client')
-rw-r--r-- | src/org/traccar/web/client/controller/DeviceController.java | 4 |
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 b884537b..e9940aa2 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(); } }); } |