Skip to content

Commit

Permalink
💚 Fix build error with java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatino10 committed Dec 15, 2017
1 parent 76a5219 commit dbc923f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ public NluEnrichmentEmotion build() {
}

/**
* Adds an targets to targets.
* Adds a target to targets.
*
* @param targets the new targets
* @param target the new target
* @return the NluEnrichmentEmotion builder
*/
public Builder addTarget(String target) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ public NluEnrichmentSentiment build() {
}

/**
* Adds an targets to targets.
* Adds a target to targets.
*
* @param targets the new targets
* @param target the new target
* @return the NluEnrichmentSentiment builder
*/
public Builder addTarget(String target) {
Expand Down

0 comments on commit dbc923f

Please sign in to comment.