Skip to content

Commit 624689d

Browse files
committed
Fix documentation.
1 parent 8b62da5 commit 624689d

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ public static Set<Entrypoint> findEntryPoints(IClassHierarchy classHierarchy) {
266266
}
267267

268268
/**
269-
* find entry points from file
269+
* Find entry points from a {@link Set} of method signatures. No further
270+
* processing is done of the class declaring the method.
270271
*/
271272
public static Set<Entrypoint> findEntryPoints(IClassHierarchy classHierarchy, Set<String> signatures) {
272273
final Set<Entrypoint> result = new HashSet<>();

0 commit comments

Comments
 (0)