Remove resolved todo item.

This commit is contained in:
Jordan Sissel 2017-09-13 23:23:47 -07:00
parent 5ca642e108
commit aed0f10af0

View file

@ -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.