Skip to content

Commit 7df75dc

Browse files
author
jsquatrito
committed
RLPNC-7496: Removed getter
1 parent cf54b25 commit 7df75dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import com.fasterxml.jackson.annotation.JsonInclude;
2020
import javax.validation.Valid;
2121
import lombok.Builder;
22-
import lombok.Getter;
2322
import lombok.Value;
2423
import lombok.extern.jackson.Jacksonized;
2524

@@ -30,7 +29,7 @@
3029
@Value
3130
@JsonInclude(JsonInclude.Include.NON_NULL)
3231
public class RecordSimilarityFieldInfo {
33-
@Getter @NotNull @Valid String type;
32+
@NotNull @Valid String type;
3433
Double weight;
3534
/**
3635
* the score that this field should return if the field is null in a record

0 commit comments

Comments
 (0)