From: George Nash Date: Mon, 9 Jan 2017 22:44:48 +0000 (-0800) Subject: Cleanup documentation warnings in RcsAddress.java X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b3c2a40f536ba93a3fd27fcd9e157805c5429b8;p=contrib%2Fiotivity.git Cleanup documentation warnings in RcsAddress.java Change-Id: Ic1d4dcea7894c852adc3dfce0a0451046ef11320 Signed-off-by: George Nash Reviewed-on: https://gerrit.iotivity.org/gerrit/16267 Tested-by: jenkins-iotivity Reviewed-by: Larry Sachs Reviewed-by: Rick Bell --- diff --git a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsAddress.java b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsAddress.java index af6faee..6520aeb 100644 --- a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsAddress.java +++ b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsAddress.java @@ -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.