File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments