Skip to content

Commit fe7dbe7

Browse files
committed
Add missing return taglet to docs in PackageContainerGroup
1 parent 39a0bc6 commit fe7dbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/containers/PackageContainerGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import io.github.ascopes.jct.workspaces.PathRoot;
2020
import java.io.IOException;
2121
import java.nio.file.Path;
22-
import java.util.Collection;
2322
import java.util.List;
2423
import java.util.Set;
2524
import 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(

0 commit comments

Comments
 (0)