Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / android / examples / simpleserver / src / main / java / org / iotivity / base / examples / simpleserver / StringConstants.java
index 46b5c2d..80b0f0c 100644 (file)
@@ -1,22 +1,22 @@
-package org.iotivity.base.examples.simpleserver;\r
-\r
-import org.iotivity.base.OcPlatform;\r
-/**\r
- * StringConstants contains the simpleserver specific constant values.  To add another supported\r
- * Resource or Interface type to this app, begin by adding the new strings here, and then\r
- * find the places throughout the app where Resource-specific case switches occur, and add\r
- * the newly-supported type there.\r
- */\r
-public interface StringConstants {\r
-    public static final String RESOURCE_URI0 = "/a/light";\r
-    public static final String RESOURCE_URI1 = "/a/light2";\r
-    public static final String RESOURCE_TYPENAME = "core.light";\r
-    public static final String OIC_SERVER_JSON_DB_FILE =  "oic_svr_db_server.json";\r
-    public static final String RESOURCE_INTERFACE = OcPlatform.DEFAULT_INTERFACE; //resource interface\r
-    public static final String CREATED_URI = "createduri";\r
-    public static final String STATE = "state";\r
-    public static final String NAME = "name";\r
-    public static final String POWER = "power";\r
-    public static final String MESSAGE = "message";\r
-    public static final int ERROR_CODE = 200;\r
-}\r
+package org.iotivity.base.examples.simpleserver;
+
+import org.iotivity.base.OcPlatform;
+/**
+ * StringConstants contains the simpleserver specific constant values.  To add another supported
+ * Resource or Interface type to this app, begin by adding the new strings here, and then
+ * find the places throughout the app where Resource-specific case switches occur, and add
+ * the newly-supported type there.
+ */
+public interface StringConstants {
+    public static final String RESOURCE_URI0 = "/a/light";
+    public static final String RESOURCE_URI1 = "/a/light2";
+    public static final String RESOURCE_TYPENAME = "core.light";
+    public static final String OIC_SERVER_JSON_DB_FILE =  "oic_svr_db_server.json";
+    public static final String RESOURCE_INTERFACE = OcPlatform.DEFAULT_INTERFACE; //resource interface
+    public static final String CREATED_URI = "createduri";
+    public static final String STATE = "state";
+    public static final String NAME = "name";
+    public static final String POWER = "power";
+    public static final String MESSAGE = "message";
+    public static final int ERROR_CODE = 200;
+}