Skip to content

Commit c9f20d2

Browse files
RD-2360 boolean -> Boolean
1 parent ef6fe16 commit c9f20d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/src/main/java/com/basistech/rosette/apimodel/CategoriesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class CategoriesOptions extends Options {
4343
* Single label mode will return only the highest scoring category
4444
* @return whether or not we are in single label mode
4545
*/
46-
private final boolean singleLabel;
46+
private final Boolean singleLabel;
4747

4848
/**
4949
* threshold against the category's raw score, whose value

0 commit comments

Comments
 (0)