File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/containers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments