From 500751368e7f8fc381f720a0c40cd00d8a9914ed Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 12 Apr 2014 18:56:59 +1200 Subject: Fix code formatting --- src/org/traccar/web/client/controller/DeviceController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/org/traccar/web/client') 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(); } }); } -- cgit v1.2.3