Skip to content

Commit 9ebc0c8

Browse files
committed
ingest: make concrete processor impl final, like all other processor concrete impls.
1 parent 4c4bbb3 commit 9ebc0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/elasticsearch/ingest/processor/SplitProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* New field value will be an array containing all of the different extracted items.
3535
* Throws exception if the field is null or a type other than string.
3636
*/
37-
public class SplitProcessor extends AbstractProcessor {
37+
public final class SplitProcessor extends AbstractProcessor {
3838

3939
public static final String TYPE = "split";
4040

0 commit comments

Comments
 (0)