There was an error while loading. Please reload this page.
1 parent fe05c56 commit f18ea3aCopy full SHA for f18ea3a
server/src/main/java/org/elasticsearch/ingest/IngestCtxMap.java
@@ -29,7 +29,7 @@
29
*
30
* The map is expected to be used by processors, server code should the typed getter and setters where possible.
31
*/
32
-class IngestCtxMap extends CtxMap<IngestDocMetadata> {
+final class IngestCtxMap extends CtxMap<IngestDocMetadata> {
33
34
/**
35
* Create an IngestCtxMap with the given metadata, source and default validators
server/src/main/java/org/elasticsearch/ingest/IngestDocMetadata.java
@@ -19,7 +19,7 @@
19
import java.util.Map;
20
import java.util.stream.Collectors;
21
22
-class IngestDocMetadata extends Metadata {
+final class IngestDocMetadata extends Metadata {
23
24
static final Map<String, FieldProperty<?>> PROPERTIES = Map.of(
25
INDEX,
0 commit comments