File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/containers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1919import io .github .ascopes .jct .workspaces .PathRoot ;
2020import java .io .IOException ;
2121import java .nio .file .Path ;
22- import java .util .Collection ;
2322import java .util .List ;
2423import java .util .Set ;
2524import javax .annotation .Nullable ;
@@ -193,6 +192,7 @@ public interface PackageContainerGroup extends ContainerGroup {
193192 * @param kinds the kinds of file to look for.
194193 * @param recurse {@code true} to recurse subpackages, {@code false} to only consider the
195194 * given package.
195+ * @return thr file objects that were found.
196196 * @throws IOException if the file lookup fails due to an IO exception.
197197 */
198198 Set <JavaFileObject > listFileObjects (
You can’t perform that action at this time.
0 commit comments