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 4504661 commit 0c56507Copy full SHA for 0c56507
server/src/main/java/org/elasticsearch/cluster/metadata/Metadata.java
@@ -171,7 +171,7 @@ public enum XContentContext {
171
EnumSet.of(ClusterBlockLevel.WRITE, ClusterBlockLevel.METADATA_WRITE)
172
);
173
174
- public static final String EMPTY_METADATA = builder().build();
+ public static final Metadata EMPTY_METADATA = builder().build();
175
176
public static final String CONTEXT_MODE_PARAM = "context_mode";
177
0 commit comments