Skip to content

Commit 12bedd3

Browse files
committed
style: Address checkstyle complaints
1 parent f733552 commit 12bedd3

File tree

3 files changed

+35
-15
lines changed

3 files changed

+35
-15
lines changed

checkstyle.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
<!--module name="JavadocMethod"/-->
3636
<!--module name="JavadocType"/-->
3737
<!--module name="JavadocVariable"/-->
38-
<module name="JavadocStyle"/>
38+
<module name="JavadocStyle">
39+
<property name="checkHtml" value="false"/>
40+
</module>
3941

4042

4143
<!-- Checks for Naming Conventions. -->

compare-comply/src/main/java/com/ibm/watson/compare_comply/v1/CompareComply.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,9 @@ public ServiceCall<FeedbackDeleted> deleteFeedback(DeleteFeedbackOptions deleteF
440440
* Run Compare and Comply methods over a collection of input documents.
441441
*
442442
* **Important:** Batch processing requires the use of the [IBM Cloud Object Storage
443-
* service](https://cloud.ibm.com/docs/services/cloud-object-storage?topic=cloud-object-storage-about#about-ibm-cloud-object-storage).
443+
* service]
444+
* (https://cloud.ibm.com/docs/services/cloud-object-storage
445+
* ?topic=cloud-object-storage-about#about-ibm-cloud-object-storage).
444446
* The use of IBM Cloud Object Storage with Compare and Comply is discussed at [Using batch
445447
* processing](https://cloud.ibm.com/docs/services/compare-comply?topic=compare-comply-batching#before-you-batch).
446448
*

speech-to-text/src/main/java/com/ibm/watson/speech_to_text/v1/SpeechToText.java

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,8 @@ public ServiceCall<Void> deleteJob(DeleteJobOptions deleteJobOptions) {
813813
* create it.
814814
*
815815
* **See also:** [Create a custom language
816-
* model](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-languageCreate#createModel-language).
816+
* model]
817+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-languageCreate#createModel-language).
817818
*
818819
* @param createLanguageModelOptions the {@link CreateLanguageModelOptions} containing the options for the call
819820
* @return a {@link ServiceCall} with a response type of {@link LanguageModel}
@@ -852,7 +853,8 @@ public ServiceCall<LanguageModel> createLanguageModel(CreateLanguageModelOptions
852853
* list information about it.
853854
*
854855
* **See also:** [Listing custom language
855-
* models](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#listModels-language).
856+
* models]
857+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#listModels-language).
856858
*
857859
* @param listLanguageModelsOptions the {@link ListLanguageModelsOptions} containing the options for the call
858860
* @return a {@link ServiceCall} with a response type of {@link LanguageModels}
@@ -885,7 +887,8 @@ public ServiceCall<LanguageModels> listLanguageModels(ListLanguageModelsOptions
885887
* list information about it.
886888
*
887889
* **See also:** [Listing custom language
888-
* models](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#listModels-language).
890+
* models]
891+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#listModels-language).
889892
*
890893
* @return a {@link ServiceCall} with a response type of {@link LanguageModels}
891894
*/
@@ -900,7 +903,8 @@ public ServiceCall<LanguageModels> listLanguageModels() {
900903
* that owns a model to list information about it.
901904
*
902905
* **See also:** [Listing custom language
903-
* models](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#listModels-language).
906+
* models]
907+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#listModels-language).
904908
*
905909
* @param getLanguageModelOptions the {@link GetLanguageModelOptions} containing the options for the call
906910
* @return a {@link ServiceCall} with a response type of {@link LanguageModel}
@@ -930,7 +934,9 @@ public ServiceCall<LanguageModel> getLanguageModel(GetLanguageModelOptions getLa
930934
* service that owns a model to delete it.
931935
*
932936
* **See also:** [Deleting a custom language
933-
* model](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#deleteModel-language).
937+
* model]
938+
* (https://cloud.ibm.com/docs/services/speech-to-text
939+
* ?topic=speech-to-text-manageLanguageModels#deleteModel-language).
934940
*
935941
* @param deleteLanguageModelOptions the {@link DeleteLanguageModelOptions} containing the options for the call
936942
* @return a {@link ServiceCall} with a response type of Void
@@ -1015,7 +1021,8 @@ public ServiceCall<TrainingResponse> trainLanguageModel(TrainLanguageModelOption
10151021
* credentials for the instance of the service that owns a model to reset it.
10161022
*
10171023
* **See also:** [Resetting a custom language
1018-
* model](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#resetModel-language).
1024+
* model]
1025+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageLanguageModels#resetModel-language).
10191026
*
10201027
* @param resetLanguageModelOptions the {@link ResetLanguageModelOptions} containing the options for the call
10211028
* @return a {@link ServiceCall} with a response type of Void
@@ -1511,7 +1518,8 @@ public ServiceCall<Grammars> listGrammars(ListGrammarsOptions listGrammarsOption
15111518
*
15121519
* **See also:**
15131520
* * [Understanding
1514-
* grammars](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-grammarUnderstand#grammarUnderstand)
1521+
* grammars]
1522+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-grammarUnderstand#grammarUnderstand)
15151523
* * [Add a grammar to the custom language
15161524
* model](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-grammarAdd#addGrammar).
15171525
*
@@ -1642,7 +1650,8 @@ public ServiceCall<AcousticModel> createAcousticModel(CreateAcousticModelOptions
16421650
* list information about it.
16431651
*
16441652
* **See also:** [Listing custom acoustic
1645-
* models](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#listModels-acoustic).
1653+
* models]
1654+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#listModels-acoustic).
16461655
*
16471656
* @param listAcousticModelsOptions the {@link ListAcousticModelsOptions} containing the options for the call
16481657
* @return a {@link ServiceCall} with a response type of {@link AcousticModels}
@@ -1675,7 +1684,8 @@ public ServiceCall<AcousticModels> listAcousticModels(ListAcousticModelsOptions
16751684
* list information about it.
16761685
*
16771686
* **See also:** [Listing custom acoustic
1678-
* models](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#listModels-acoustic).
1687+
* models]
1688+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#listModels-acoustic).
16791689
*
16801690
* @return a {@link ServiceCall} with a response type of {@link AcousticModels}
16811691
*/
@@ -1690,7 +1700,8 @@ public ServiceCall<AcousticModels> listAcousticModels() {
16901700
* that owns a model to list information about it.
16911701
*
16921702
* **See also:** [Listing custom acoustic
1693-
* models](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#listModels-acoustic).
1703+
* models]
1704+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#listModels-acoustic).
16941705
*
16951706
* @param getAcousticModelOptions the {@link GetAcousticModelOptions} containing the options for the call
16961707
* @return a {@link ServiceCall} with a response type of {@link AcousticModel}
@@ -1720,7 +1731,9 @@ public ServiceCall<AcousticModel> getAcousticModel(GetAcousticModelOptions getAc
17201731
* that owns a model to delete it.
17211732
*
17221733
* **See also:** [Deleting a custom acoustic
1723-
* model](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#deleteModel-acoustic).
1734+
* model]
1735+
* (https://cloud.ibm.com/docs/services/speech-to-text
1736+
* ?topic=speech-to-text-manageAcousticModels#deleteModel-acoustic).
17241737
*
17251738
* @param deleteAcousticModelOptions the {@link DeleteAcousticModelOptions} containing the options for the call
17261739
* @return a {@link ServiceCall} with a response type of Void
@@ -1816,7 +1829,8 @@ public ServiceCall<TrainingResponse> trainAcousticModel(TrainAcousticModelOption
18161829
* model to reset it.
18171830
*
18181831
* **See also:** [Resetting a custom acoustic
1819-
* model](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#resetModel-acoustic).
1832+
* model]
1833+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-manageAcousticModels#resetModel-acoustic).
18201834
*
18211835
* @param resetAcousticModelOptions the {@link ResetAcousticModelOptions} containing the options for the call
18221836
* @return a {@link ServiceCall} with a response type of Void
@@ -2120,7 +2134,9 @@ public ServiceCall<Void> deleteAudio(DeleteAudioOptions deleteAudioOptions) {
21202134
* data.
21212135
*
21222136
* **See also:** [Information
2123-
* security](https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-information-security#information-security).
2137+
* security]
2138+
* (https://cloud.ibm.com/docs/services/speech-to-text
2139+
* ?topic=speech-to-text-information-security#information-security).
21242140
*
21252141
* @param deleteUserDataOptions the {@link DeleteUserDataOptions} containing the options for the call
21262142
* @return a {@link ServiceCall} with a response type of Void

0 commit comments

Comments
 (0)