Skip to content

Commit 4a69a79

Browse files
youssef3wisothawo
andauthored
Polishing.
Co-authored-by: Peter-Josef Meisch <[email protected]>
1 parent cf02680 commit 4a69a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/core/mapping/CreateIndexSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public Document getMapping() {
6969

7070
public static class Builder {
7171
private IndexCoordinates indexCoordinates;
72-
private Set<Alias> aliases = new HashSet<>();
72+
private final Set<Alias> aliases = new HashSet<>();
7373

7474
private Map<String, Object> settings;
7575

0 commit comments

Comments
 (0)