mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Add @Override
This commit is contained in:
parent
603c0869f4
commit
5ca642e108
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ public class ConstructingObjectParser<Value> implements ObjectParser<Value> {
|
|||
constructorArgs = new TreeMap<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("WeakerAccess") // Public Interface
|
||||
public <T> Field declareField(String name, BiConsumer<Value, T> consumer, Function<Object, T> transform) {
|
||||
if (isKnownField(name)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue