From: George Nash Date: Thu, 5 Jan 2017 22:29:45 +0000 (-0800) Subject: Cleanup documentation warnings in OcPlatformInfo.java X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fff425bb754ac5fc066f004b9d08bb47c4f4208a;p=contrib%2Fiotivity.git Cleanup documentation warnings in OcPlatformInfo.java Change-Id: I314dd840b588ee5c105ac32f8c070fc75177396c Signed-off-by: George Nash Reviewed-on: https://gerrit.iotivity.org/gerrit/16179 Reviewed-by: Larry Sachs Reviewed-by: Tim Kourt Tested-by: jenkins-iotivity Reviewed-by: Rick Bell --- diff --git a/java/common/src/main/java/org/iotivity/base/OcPlatformInfo.java b/java/common/src/main/java/org/iotivity/base/OcPlatformInfo.java index 314d103..c353204 100644 --- a/java/common/src/main/java/org/iotivity/base/OcPlatformInfo.java +++ b/java/common/src/main/java/org/iotivity/base/OcPlatformInfo.java @@ -41,8 +41,10 @@ public class OcPlatformInfo { /** * construct OcPlatformInfo with mandatory fields which cannot be null - * manufacturerName cannot be greater than 16 chars - * manufacturerUrl cannot be greater than 32 chars + * + * @param platformId the platform ID + * @param manufacturerName manufacturer name cannot be greater than 16 chars + * @param manufacturerUrl manufacturer URL cannot be greater than 32 chars */ public OcPlatformInfo(String platformId, String manufacturerName, String manufacturerUrl) {