Skip to content

Commit 2d5cce5

Browse files
committed
Should be protected as far as I could tell.
1 parent aa07947 commit 2d5cce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/refactorings/ConvertToParallelStreamRefactoringProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ private ITypeHierarchy getTypeHierarchy(IType type, Optional<IProgressMonitor> m
398398
}
399399
}
400400

401-
private Map<IType, ITypeHierarchy> getTypeToTypeHierarchyMap() {
401+
protected Map<IType, ITypeHierarchy> getTypeToTypeHierarchyMap() {
402402
return typeToTypeHierarchyMap;
403403
}
404404

0 commit comments

Comments
 (0)