Skip to content

Commit db20775

Browse files
committed
Clean up.
1 parent 94f3001 commit db20775

File tree

1 file changed

+1
-1
lines changed
  • edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Map<IJavaProject, Collection<Entrypoint>> analyze() throws CoreException
134134
// create the analysis engine for the project.
135135
EclipseProjectAnalysisEngine<InstanceKey> engine = null;
136136
try {
137-
engine = new EclipseProjectAnalysisEngine<>(project, getNForStreams());
137+
engine = new EclipseProjectAnalysisEngine<>(project, this.getNForStreams());
138138
engine.buildAnalysisScope();
139139
} catch (IOException e) {
140140
LOGGER.log(Level.SEVERE, "Could not create analysis engine for: " + project.getElementName(), e);

0 commit comments

Comments
 (0)