Skip to content

Commit dbc923f

Browse files
committed
💚 Fix build error with java docs
1 parent 76a5219 commit dbc923f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model/NluEnrichmentEmotion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public NluEnrichmentEmotion build() {
5454
}
5555

5656
/**
57-
* Adds an targets to targets.
57+
* Adds a target to targets.
5858
*
59-
* @param targets the new targets
59+
* @param target the new target
6060
* @return the NluEnrichmentEmotion builder
6161
*/
6262
public Builder addTarget(String target) {

discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model/NluEnrichmentSentiment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public NluEnrichmentSentiment build() {
5454
}
5555

5656
/**
57-
* Adds an targets to targets.
57+
* Adds a target to targets.
5858
*
59-
* @param targets the new targets
59+
* @param target the new target
6060
* @return the NluEnrichmentSentiment builder
6161
*/
6262
public Builder addTarget(String target) {

0 commit comments

Comments
 (0)