Skip to content

Commit 5ca5306

Browse files
committed
chore(natural-language-understanding-v1): post-gen manual change
1 parent 29f598f commit 5ca5306

File tree

1 file changed

+1
-1
lines changed
  • natural-language-understanding/src/main/java/com/ibm/watson/natural_language_understanding/v1/model

1 file changed

+1
-1
lines changed

natural-language-understanding/src/main/java/com/ibm/watson/natural_language_understanding/v1/model/CategoriesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class CategoriesOptions extends GenericModel {
2424

2525
protected Boolean explanation;
2626
protected Long limit;
27-
protected String model;
27+
@Deprecated protected String model;
2828

2929
/** Builder. */
3030
public static class Builder {

0 commit comments

Comments
 (0)