summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java
diff options
context:
space:
mode:
authorNoah Stanford <noah@livio.io>2022-01-11 17:58:27 -0500
committerNoah Stanford <noah@livio.io>2022-01-11 17:58:27 -0500
commitb232716fa7b03d60731c9c34f04b8f6d4a6b4b3d (patch)
tree07ec47456334830edfaa19938aa1180cce0e1f48 /base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java
parentb2bf54232e955080e6a969d7ee5b770c86a1ee87 (diff)
downloadsdl_android-b232716fa7b03d60731c9c34f04b8f6d4a6b4b3d.tar.gz
Revert out of scope changescleanup/proposal_sdl_0286_spacing
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java48
1 files changed, 24 insertions, 24 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java
index b8137c7c0..8386c2c5a 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/SystemRequest.java
@@ -45,38 +45,38 @@ import java.util.List;
*
* <p><b>Parameter List</b></p>
* <table border="1" rules="all">
- * <tr>
- * <th>Name</th>
- * <th>Type</th>
- * <th>Description</th>
+ * <tr>
+ * <th>Name</th>
+ * <th>Type</th>
+ * <th>Description</th>
* <th>Reg.</th>
* <th>Notes</th>
- * <th>Version</th>
- * </tr>
- * <tr>
- * <td>requestType</td>
- * <td>RequestType</td>
- * <td>The type of system request. Note that Proprietary requests should forward the binary data to the known proprietary module on the system.</td>
+ * <th>Version</th>
+ * </tr>
+ * <tr>
+ * <td>requestType</td>
+ * <td>RequestType</td>
+ * <td>The type of system request. Note that Proprietary requests should forward the binary data to the known proprietary module on the system.</td>
* <td>Y</td>
* <td></td>
- * <td>SmartDeviceLink 3.0 </td>
- * </tr>
- * <tr>
- * <td>requestSubType</td>
- * <td>String</td>
- * <td>This parameter is filled for supporting OEM proprietary data exchanges.</td>
+ * <td>SmartDeviceLink 3.0 </td>
+ * </tr>
+ * <tr>
+ * <td>requestSubType</td>
+ * <td>String</td>
+ * <td>This parameter is filled for supporting OEM proprietary data exchanges.</td>
* <td>N</td>
* <td>Max Length: 255</td>
- * <td>SmartDeviceLink 5.0</td>
- * </tr>
- * <tr>
- * <td>fileName</td>
- * <td>String</td>
- * <td>Filename of HTTP data to store in predefined system staging area. Mandatory if requestType is HTTP. PROPRIETARY requestType should ignore this parameter. </td>
+ * <td>SmartDeviceLink 5.0</td>
+ * </tr>
+ * <tr>
+ * <td>fileName</td>
+ * <td>String</td>
+ * <td>Filename of HTTP data to store in predefined system staging area. Mandatory if requestType is HTTP. PROPRIETARY requestType should ignore this parameter. </td>
* <td>N</td>
* <td>Max Length: 255</td>
- * <td>SmartDeviceLink 3.0 </td>
- * </tr>
+ * <td>SmartDeviceLink 3.0 </td>
+ * </tr>
* </table>
*
* @since SmartDeviceLink 3.0