From d3bf3c00c36d2f78ec3de3fb16e31da21d189c3f Mon Sep 17 00:00:00 2001 From: Julian Kast Date: Tue, 4 Aug 2020 15:26:38 -0400 Subject: Update JavaDocs to add min and max value --- base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; * * parentID * Integer - * 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. + * 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. * N + * Min Value: 0

Max Value: 2000000000

* SmartDeviceLink 7.0.0 * * -- cgit v1.2.1