Skip to content

Commit b301d92

Browse files
committed
Test cleanup.
1 parent 766b9b9 commit b301d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/langtools/tools/javac/tree/NoPrivateTypesExported.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class NoPrivateTypesExported extends JavacTestingAbstractProcessor {
9090
"java.util.",
9191
"javax.lang.model.",
9292
"javax.annotation.processing.SupportedSourceVersion",
93-
"javax.tools"
93+
"javax.tools.JavaFileObject"
9494
));
9595
Set<String> javaxToolsProcessingAcceptableTemp = new HashSet<>();
9696
javaxToolsProcessingAcceptableTemp.addAll(javaxLangModelAcceptable);

0 commit comments

Comments
 (0)