Skip to content

Commit ce19fa3

Browse files
committed
Fix comment.
1 parent 83e1a1f commit ce19fa3

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,8 @@ private static MethodInvocation findCorrespondingMethodInvocation(CompilationUni
211211
}
212212

213213
/**
214-
* Find all annotations in test cases and check whether they are "entry point".
215-
* If yes, call DefaultEntrypoint to get entry point, then, add it into the
216-
* result set.
214+
* Find all annotations and check whether they are "entry point." If yes, call
215+
* new DefaultEntrypoint to get entry point, then, add it into the result set.
217216
*/
218217
public static Set<Entrypoint> findEntryPoints(IClassHierarchy classHierarchy) {
219218
final Set<Entrypoint> result = new HashSet<>();

0 commit comments

Comments
 (0)