summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java38
1 files changed, 19 insertions, 19 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java
index 23b3daa8b..dc5ad1ea9 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/DeleteFile.java
@@ -44,34 +44,34 @@ import java.util.Hashtable;
*
* <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>SmartDeviceLink 2.0</th>
- * </tr>
- * <tr>
- * <td>SDLFileName</td>
- * <td>String</td>
- * <td> File reference name.</td>
+ * <th>SmartDeviceLink 2.0</th>
+ * </tr>
+ * <tr>
+ * <td>SDLFileName</td>
+ * <td>String</td>
+ * <td> File reference name.</td>
* <td>Y</td>
* <td>maxlength:500</td>
- * <td>SmartDeviceLink 2.0</td>
- * </tr>
+ * <td>SmartDeviceLink 2.0</td>
+ * </tr>
* </table>
*
* <p><b>Response </b></p>
*
* <p><b>Non-default Result Codes:</b></p>
- * <p> SUCCESS</p>
- * <p> INVALID_DATA</p>
- * <p> OUT_OF_MEMORY</p>
- * <p> TOO_MANY_PENDING_REQUESTS</p>
- * <p> APPLICATION_NOT_REGISTERED</p>
- * <p>GENERIC_ERROR</p>
- * <p>REJECTED</p>
+ * <p> SUCCESS</p>
+ * <p> INVALID_DATA</p>
+ * <p> OUT_OF_MEMORY</p>
+ * <p> TOO_MANY_PENDING_REQUESTS</p>
+ * <p> APPLICATION_NOT_REGISTERED</p>
+ * <p>GENERIC_ERROR</p>
+ * <p>REJECTED</p>
*
* @see PutFile
* @see ListFiles