We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa1d1d commit d34b00eCopy full SHA for d34b00e
src/main/java/org/springframework/data/elasticsearch/core/suggest/Completion.java
@@ -18,7 +18,6 @@
18
import java.util.List;
19
import java.util.Map;
20
21
-import org.springframework.data.annotation.PersistenceConstructor;
22
import org.springframework.lang.Nullable;
23
24
/**
@@ -40,7 +39,6 @@ public Completion() {
40
39
this.input = new String[0];
41
}
42
43
- @PersistenceConstructor
44
public Completion(String[] input) {
45
this.input = input;
46
0 commit comments