We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf02680 commit 4a69a79Copy full SHA for 4a69a79
src/main/java/org/springframework/data/elasticsearch/core/mapping/CreateIndexSettings.java
@@ -69,7 +69,7 @@ public Document getMapping() {
69
70
public static class Builder {
71
private IndexCoordinates indexCoordinates;
72
- private Set<Alias> aliases = new HashSet<>();
+ private final Set<Alias> aliases = new HashSet<>();
73
74
private Map<String, Object> settings;
75
0 commit comments