summaryrefslogtreecommitdiff
path: root/base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.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/TTSChunk.java
parentb2bf54232e955080e6a969d7ee5b770c86a1ee87 (diff)
downloadsdl_android-cleanup/proposal_sdl_0286_spacing.tar.gz
Revert out of scope changescleanup/proposal_sdl_0286_spacing
Diffstat (limited to 'base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.java')
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.java36
1 files changed, 18 insertions, 18 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.java
index 702b4ca61..1333fa7bf 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/TTSChunk.java
@@ -49,24 +49,24 @@ import java.util.Hashtable;
* <p>For more information about phonemes, see <a href="http://en.wikipedia.org/wiki/Phoneme">http://en.wikipedia.org/wiki/Phoneme</a></p>.
* <p><b> Parameter List</b></p>
* <table border="1" rules="all">
- * <tr>
- * <th>Name</th>
- * <th>Type</th>
- * <th>Description</th>
- * <th>SmartDeviceLink Ver. Available</th>
- * </tr>
- * <tr>
- * <td>text</td>
- * <td>String</td>
- * <td>Text to be spoken, or a phoneme specification, or the name of a pre-recorded sound. The contents of this field are indicated by the "type" field.</td>
- * <td>SmartDeviceLink 1.0</td>
- * </tr>
- * <tr>
- * <td>type</td>
- * <td>SpeechCapabilities</td>
- * <td>Indicates the type of information in the "text" field (e.g. phrase to be spoken, phoneme specification, name of pre-recorded sound). </td>
- * <td>SmartDeviceLink 1.0</td>
- * </tr>
+ * <tr>
+ * <th>Name</th>
+ * <th>Type</th>
+ * <th>Description</th>
+ * <th>SmartDeviceLink Ver. Available</th>
+ * </tr>
+ * <tr>
+ * <td>text</td>
+ * <td>String</td>
+ * <td>Text to be spoken, or a phoneme specification, or the name of a pre-recorded sound. The contents of this field are indicated by the "type" field.</td>
+ * <td>SmartDeviceLink 1.0</td>
+ * </tr>
+ * <tr>
+ * <td>type</td>
+ * <td>SpeechCapabilities</td>
+ * <td>Indicates the type of information in the "text" field (e.g. phrase to be spoken, phoneme specification, name of pre-recorded sound). </td>
+ * <td>SmartDeviceLink 1.0</td>
+ * </tr>
* </table>
*
* @since SmartDeviceLink 1.0