Skip to content

Commit 49d439f

Browse files
committed
Rename this variable
1 parent bef3643 commit 49d439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-ecs/src/main/java/org/elasticsearch/ingest/ecs/EcsNamespaceProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private boolean shouldMoveToResourceAttributes(String key) {
263263
public static final class Factory implements Processor.Factory {
264264
@Override
265265
public Processor create(
266-
Map<String, Processor.Factory> processorFactories,
266+
Map<String, Processor.Factory> registry,
267267
String tag,
268268
String description,
269269
Map<String, Object> config,

0 commit comments

Comments
 (0)