mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-04 09:42:25 +00:00
Polishing.
This commit is contained in:
parent
9fa1d1ddbc
commit
d34b00e436
@ -18,7 +18,6 @@ package org.springframework.data.elasticsearch.core.suggest;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.springframework.data.annotation.PersistenceConstructor;
|
|
||||||
import org.springframework.lang.Nullable;
|
import org.springframework.lang.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -40,7 +39,6 @@ public class Completion {
|
|||||||
this.input = new String[0];
|
this.input = new String[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
@PersistenceConstructor
|
|
||||||
public Completion(String[] input) {
|
public Completion(String[] input) {
|
||||||
this.input = input;
|
this.input = input;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user