Skip to content

Commit 66482ca

Browse files
committed
chore: Fix checkstyle errors
1 parent 66d49cf commit 66482ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public class MultipartRecognition extends GenericModel {
4343
*
4444
* All data parts must have the same audio format. For information about the supported audio formats, including
4545
* specifying the sampling rate, channels, and endianness for the indicated formats, see [Audio formats]
46-
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-audio-formats). The information includes links to
47-
* a number of Internet sites that provide technical and usage details about the different formats.
46+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-audio-formats). The information includes
47+
* links to a number of Internet sites that provide technical and usage details about the different formats.
4848
*/
4949
public interface PartContentType {
5050
/** audio/basic. */
@@ -356,7 +356,7 @@ public Builder newBuilder() {
356356
*
357357
* All data parts must have the same audio format. For information about the supported audio formats, including
358358
* specifying the sampling rate, channels, and endianness for the indicated formats, see [Audio formats]
359-
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-audio-formats). The information includes
359+
* (https://cloud.ibm.com/docs/services/speech-to-text?topic=speech-to-text-audio-formats). The information includes
360360
* links to a number of Internet sites that provide technical and usage details about the different formats.
361361
*
362362
* @return the partContentType

0 commit comments

Comments
 (0)