summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Kast <julian@livio.com>2020-08-04 15:26:38 -0400
committerJulian Kast <julian@livio.com>2020-08-04 15:26:38 -0400
commitd3bf3c00c36d2f78ec3de3fb16e31da21d189c3f (patch)
treef6a44fd020aac1a5da59a0715ebedb9e2d26e5da
parent40f8c0db3fb94f9adef8f598262d47d54d8f7ee2 (diff)
downloadsdl_android-feature/issue-423-additional-submenus.tar.gz
Update JavaDocs to add min and max valuefeature/issue-423-additional-submenus
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java
index 825f85197..7d54aebe2 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java
@@ -101,8 +101,9 @@ import java.util.Hashtable;
* <tr>
* <td>parentID</td>
* <td>Integer</td>
- * <td>unique ID of the sub menu, the command will be added to. If not provided or 0, it will beprovided to the top level of the in application menu.</td>
+ * <td>unique ID of the sub menu, the command will be added to. If not provided or 0, it will be provided to the top level of the in application menu.</td>
* <td>N</td>
+ * <td>Min Value: 0 <p>Max Value: 2000000000</p> </td>
* <td>SmartDeviceLink 7.0.0</td>
* </tr>
* </table>