From 686aeba0b1583214e35745e13da6698cd37556b3 Mon Sep 17 00:00:00 2001 From: George Nash Date: Mon, 9 Jan 2017 14:59:58 -0800 Subject: [PATCH] Cleanup documentation warning in RcsRemoteResourceObject.java Change-Id: Ie619373ac2b6e6f3a887509e711f8ccf9e92b6e3 Signed-off-by: George Nash Reviewed-on: https://gerrit.iotivity.org/gerrit/16269 Tested-by: jenkins-iotivity Reviewed-by: Rick Bell --- .../org/iotivity/service/client/RcsRemoteResourceObject.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsRemoteResourceObject.java b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsRemoteResourceObject.java index df13696..00b20fb 100644 --- a/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsRemoteResourceObject.java +++ b/service/resource-encapsulation/android/service/src/main/java/org/iotivity/service/client/RcsRemoteResourceObject.java @@ -166,8 +166,8 @@ public final class RcsRemoteResourceObject extends RcsObject { * Called when a response for the getRemoteAttributes request or * setRemoteAttributes request is received. * - * @param attributes - * the resource attributes received from the remote resource + * @param attributes the resource attributes received from the remote resource + * @param errorCode error code if there was a failure with the attributes request * */ public void onAttributesReceived(RcsResourceAttributes attributes, @@ -508,12 +508,15 @@ public final class RcsRemoteResourceObject extends RcsObject { /** * Sends a set request with resource attributes to the resource. - *

+ * * The SetRequest behavior depends on the server, whether updating its * attributes or not. * * @param attributes * attributes to set for the remote resource. + * @param listener + * OnRemoteAttributesReceivedListener that is called when the set + * remote attributes has completed * * @throws NullPointerException * if attributes or listener is null -- 2.7.4