summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Kast <julian@livio.com>2020-07-29 10:37:00 -0400
committerJulian Kast <julian@livio.com>2020-07-29 10:37:00 -0400
commitc7973ed50d06cafac467dd351905aeaea8616e7e (patch)
tree6bc033b1f96d9fdf191a87e7cf9b9e8ff99439c3
parentf155150fb242228c1ad32235b63b1e908519662e (diff)
downloadsdl_android-c7973ed50d06cafac467dd351905aeaea8616e7e.tar.gz
Fixed spacing for javadocs
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java12
1 files changed, 6 insertions, 6 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 11c08dc17..9fb968f90 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/AddSubMenu.java
@@ -99,12 +99,12 @@ import java.util.Hashtable;
* <td>SmartDeviceLink 6.0</td>
* </tr>
* <tr>
- * <td>parentID</td>
- * <td>Integer</td>
- * <td>unique ID of the sub menu, the command will be added to. If not provided, it will beprovided to the top level of the in application menu.</td>
- * <td>N</td>
- * <td>SmartDeviceLink 7.0.0</td>
- * </tr>
+ * <td>parentID</td>
+ * <td>Integer</td>
+ * <td>unique ID of the sub menu, the command will be added to. If not provided, it will beprovided to the top level of the in application menu.</td>
+ * <td>N</td>
+ * <td>SmartDeviceLink 7.0.0</td>
+ * </tr>
* </table>
* <b>Response</b>
* <p>Indicates that the corresponding request either failed or succeeded. If the response returns with a SUCCESS result code, this means the SubMenu was added to the Command Menu successfully</p>