Unneeded wrapping removed

This commit is contained in:
Andrey Breslav
2014-02-23 13:14:01 +04:00
parent 23527c927b
commit c05d4a4837
@@ -165,8 +165,8 @@ public class TopDownAnalyzer {
);
InjectorForTopDownAnalyzerBasic injector = new InjectorForTopDownAnalyzerBasic(
object.getProject(), topDownAnalysisParameters, new ObservableBindingTrace(context.trace),
moduleDescriptor);
object.getProject(), topDownAnalysisParameters, context.trace, moduleDescriptor
);
TopDownAnalysisContext c = new TopDownAnalysisContext(topDownAnalysisParameters);
c.setOuterDataFlowInfo(context.dataFlowInfo);