Skip to content

Commit 4382074

Browse files
committed
Enhancement.
1 parent a6a4770 commit 4382074

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/Stream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ private void convert(String source, String target, String sourceGenerator, Strin
377377
}
378378

379379
protected void convertToSequential(CompilationUnitRewrite rewrite) {
380-
// TODO Auto-generated method stub
380+
convert("parallel", "sequential", "parallelStream", "stream", rewrite);
381381
}
382382

383383
public Set<TransformationAction> getActions() {

0 commit comments

Comments
 (0)