Fix where metadata wasn't being passed through to the AggregatorFactory

This commit is contained in:
Colin Goodheart-Smithe 2016-02-09 10:28:55 +00:00
parent 94e594c095
commit e5a506752d

View File

@ -67,6 +67,7 @@ public abstract class AggregatorFactory<AF extends AggregatorFactory<AF>> extend
this.type = type;
this.context = context;
this.factories = subFactoriesBuilder.build(context, this);
this.metaData = metaData;
}
public String name() {