File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/filemanagers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ public interface JctFileManager extends JavaFileManager {
117117 PackageContainerGroup getPackageContainerGroup (Location location );
118118
119119 /**
120- * Get a collection of all package container impl in this file manager.
120+ * Get a collection of all package container groups in this file manager.
121121 *
122- * @return the package container impl .
122+ * @return the package container groups .
123123 */
124124 Collection <PackageContainerGroup > getPackageContainerGroups ();
125125
@@ -133,9 +133,9 @@ public interface JctFileManager extends JavaFileManager {
133133 ModuleContainerGroup getModuleContainerGroup (Location location );
134134
135135 /**
136- * Get a collection of all module container impl in this file manager.
136+ * Get a collection of all module container groups in this file manager.
137137 *
138- * @return the module container impl .
138+ * @return the module container groups .
139139 */
140140 Collection <ModuleContainerGroup > getModuleContainerGroups ();
141141
@@ -149,9 +149,9 @@ public interface JctFileManager extends JavaFileManager {
149149 OutputContainerGroup getOutputContainerGroup (Location location );
150150
151151 /**
152- * Get a collection of all output container impl in this file manager.
152+ * Get a collection of all output container groups in this file manager.
153153 *
154- * @return the output container impl .
154+ * @return the output container groups .
155155 */
156156 Collection <OutputContainerGroup > getOutputContainerGroups ();
157157
You can’t perform that action at this time.
0 commit comments