Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / android / examples / simpleclient / src / main / java / org / iotivity / base / examples / simpleclient / StringConstants.java
index 54336f8..e02837e 100644 (file)
@@ -1,17 +1,17 @@
-package org.iotivity.base.examples.simpleclient;\r
-/**\r
- * StringConstant contains the simpleclient 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 OIC_CLIENT_JSON_DB_FILE =  "oic_svr_db_client.json";\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
-}\r
+package org.iotivity.base.examples.simpleclient;
+/**
+ * StringConstant contains the simpleclient 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 OIC_CLIENT_JSON_DB_FILE =  "oic_svr_db_client.json";
+    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";
+}