add comment in cloud interface
authorJung Seungho <shonest.jung@samsung.com>
Wed, 28 Sep 2016 06:48:51 +0000 (15:48 +0900)
committerPhil Coval <philippe.coval@osg.samsung.com>
Mon, 2 Jan 2017 12:24:21 +0000 (12:24 +0000)
Change-Id: I079cdecf04cf3f8739d804ff6f26317fbbcd47fc
Signed-off-by: Jung Seungho <shonest.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12391
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
(cherry picked from commit 1e4047c5a89db80e19be42eb076c253d6828530a)
Reviewed-on: https://gerrit.iotivity.org/gerrit/15273
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
cloud/interface/src/main/java/org/iotivity/cloud/ciserver/CloudInterfaceServer.java

index f948771..c05b382 100755 (executable)
@@ -43,6 +43,12 @@ import org.iotivity.cloud.ciserver.resources.proxy.rd.ResourceFind;
 import org.iotivity.cloud.ciserver.resources.proxy.rd.ResourcePresence;
 import org.iotivity.cloud.util.Log;
 
+/**
+ *
+ * This class is in charge of running of cloud interface server
+ *
+ */
+
 public class CloudInterfaceServer {
 
     public static void main(String[] args) throws Exception {