[RE] Fixed indentation of Android Sample Apps.
authorJay Sharma <jay.sharma@samsung.com>
Sun, 13 Aug 2017 10:22:03 +0000 (15:52 +0530)
committerRick Bell <richard.s.bell@intel.com>
Thu, 17 Aug 2017 04:40:58 +0000 (04:40 +0000)
Change-Id: I9ef3d14f39831b7c110daed8b07bc867256a3f89
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/21887
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
service/resource-encapsulation/examples/android/RESampleClientApp/app/src/main/java/org/iotivity/service/sample/client/ResourceClientActivity.java
service/resource-encapsulation/examples/android/RESampleServerApp/app/src/main/java/org/iotivity/service/sample/server/CustomServerActivity.java

index b4a693e..95c9ec7 100644 (file)
@@ -257,9 +257,9 @@ public class ResourceClientActivity extends Activity
 
     private void initMenuList() {
         Item[] items = new Item[] { mStartMonitoring, mStopMonitoring,
-                mGetRemoteAttributes, mSetRemoteAttributes, mStartCaching,
-                mGetCacheState, mGetCachedAttributes, mGetCachedAttribute,
-                mStopCaching };
+            mGetRemoteAttributes, mSetRemoteAttributes, mStartCaching,
+            mGetCacheState, mGetCachedAttributes, mGetCachedAttribute,
+            mStopCaching };
 
         mItemAdapter = new ArrayAdapter<>(this,
                 android.R.layout.simple_list_item_1, items);
index 4770609..3163019 100644 (file)
@@ -183,7 +183,7 @@ public class CustomServerActivity extends Activity
     private void initMenuList() {
         // the items that will be displayed on the UI.
         Item[] items = new Item[] { mSetTempItem, mGetRequestHandlerItem,
-                mSetRequestHandlerItem, mAttributeUpdatedListenerItem };
+            mSetRequestHandlerItem, mAttributeUpdatedListenerItem };
 
         mItemAdapter = new ArrayAdapter<>(this,
                 android.R.layout.simple_list_item_1, items);