Cleanup documentation warnings in EasySetup.java
authorGeorge Nash <george.nash@intel.com>
Tue, 10 Jan 2017 20:39:33 +0000 (12:39 -0800)
committerRick Bell <richard.s.bell@intel.com>
Thu, 12 Jan 2017 18:24:28 +0000 (18:24 +0000)
Change-Id: I3cfdbc0bdb110853f972925ab632ceb6a8255bc2
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16291
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: Rick Bell <richard.s.bell@intel.com>
service/easy-setup/mediator/richsdk/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/EasySetup.java

index 5cea6d0..e04d11e 100755 (executable)
@@ -71,6 +71,8 @@ public class EasySetup {
 
     /**
      * Gives a singleton instance of Easy setup and initialize the easy setup
+     * @param context android context
+     * @return a initialized singleton instance of EasySetup
      */
     public synchronized static EasySetup getInstance(Context context) {
         if (sInstance == null) {