Skip to content

Commit 983d055

Browse files
authored
PackageContainerGroup - add missing throws doclets
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent 22e6853 commit 983d055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public interface PackageContainerGroup extends ContainerGroup {
183183
* @param recurse {@code true} to recurse subpackages, {@code false} to only consider the
184184
* given package.
185185
* @return thr file objects that were found.
186-
* @throws IOException if the file lookup fails due to an IO exception.
186+
* @throws IOException if the file lookup fails due to an IO error somewhere.
187187
*/
188188
Set<JavaFileObject> listFileObjects(
189189
String packageName,
@@ -196,6 +196,7 @@ Set<JavaFileObject> listFileObjects(
196196
* within that container.
197197
*
198198
* @return a multimap of containers mapping to collections of all files in that container.
199+
* @throws IOException if the file lookup fails due to an IO error somewhere.
199200
* @since 0.6.0
200201
*/
201202
@API(since = "0.6.0", status = Status.STABLE)

0 commit comments

Comments
 (0)