Cleanup documentation warnings in RcsAddress.java
authorGeorge Nash <george.nash@intel.com>
Mon, 9 Jan 2017 22:44:48 +0000 (14:44 -0800)
committerRick Bell <richard.s.bell@intel.com>
Tue, 10 Jan 2017 16:41:58 +0000 (16:41 +0000)
Change-Id: Ic1d4dcea7894c852adc3dfce0a0451046ef11320
Signed-off-by: George Nash <george.nash@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16267
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Larry Sachs <larry.j.sachs@intel.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsAddress.java

index af6faee..6520aeb 100644 (file)
@@ -35,6 +35,7 @@ public final class RcsAddress {
     /**
      * Factory method for multicast.
      *
+     * @return the multicast RcsAddress
      */
     public static RcsAddress multicast() {
         return new RcsAddress(null);
@@ -43,8 +44,9 @@ public final class RcsAddress {
     /**
      * Factory method for unicast.
      *
-     * @param address
-     *            A physical address for the target.
+     * @param address A physical address for the target.
+     *
+     * @return the unicast RcsAddress
      *
      * @throws NullPointerException
      *             If address is null.