Skip to content

Commit 3466004

Browse files
committed
cleaning
1 parent 759c909 commit 3466004

File tree

1 file changed

+0
-5
lines changed
  • ordinaryModule/src/main/java/ordinaryModule

1 file changed

+0
-5
lines changed

ordinaryModule/src/main/java/ordinaryModule/Test.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ public static void main(String[] args) {
77
try {
88
Invoker.invokeStatic(new Test(), "hello");
99
} catch (IllegalAccessException e) {
10-
/*
11-
java.lang.IllegalAccessException: class Invoker (in module reflection) cannot access class
12-
Test (in module ordinaryModule) because module ordinaryModule does not export ordinaryModule
13-
to module reflection
14-
*/
1510
System.out.println(e);
1611
}
1712
}

0 commit comments

Comments
 (0)