Skip to content

Commit 340cd20

Browse files
authored
Update JctFileManager.java javadocs
Fix refactoring mistakes from previous changes Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent 5a00a5a commit 340cd20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/filemanagers/JctFileManager.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)