mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Remove resolved todo item.
This commit is contained in:
parent
5ca642e108
commit
aed0f10af0
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ public class ConstructingObjectParser<Value> implements ObjectParser<Value> {
|
|||
}
|
||||
|
||||
private Value construct(Map<String, Object> config) throws IllegalArgumentException {
|
||||
// XXX: Maybe this can just be an Object[]
|
||||
Object[] args = new Object[constructorArgs.size()];
|
||||
|
||||
// Constructor arguments. Any constructor argument is a *required* setting.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue