Skip to content

Commit 40d548f

Browse files
committed
RLPNC-7516: Added scoreIfNull field
1 parent 74d2af1 commit 40d548f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/src/main/java/com/basistech/rosette/apimodel/recordsimilarity/RecordSimilarityFieldInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ public class RecordSimilarityFieldInfo {
3434
/**
3535
* the score that this field should return if the field is null in a record
3636
*/
37-
@NotNull @Valid Double scoreIfNull;
37+
Double scoreIfNull;
3838
}

0 commit comments

Comments
 (0)