Skip to content

Commit bef3643

Browse files
committed
Silence a warning from Intellij
1 parent d67fa2c commit bef3643

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
@@ -268,7 +268,7 @@ public Processor create(
268268
String description,
269269
Map<String, Object> config,
270270
ProjectId projectId
271-
) throws Exception {
271+
) {
272272
return new EcsNamespaceProcessor(tag, description);
273273
}
274274
}

0 commit comments

Comments
 (0)