diff options
| -rw-r--r-- | test/542-unresolved-access-check/src/p1/PlaceHolder.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/542-unresolved-access-check/src/p1/PlaceHolder.java b/test/542-unresolved-access-check/src/p1/PlaceHolder.java index acd1da266b..2bf4bdf15f 100644 --- a/test/542-unresolved-access-check/src/p1/PlaceHolder.java +++ b/test/542-unresolved-access-check/src/p1/PlaceHolder.java @@ -19,7 +19,6 @@ package p1; // Specific class for putting the 'entered' marker. If we were to put the marker // in InP1 or in OtherInP1, the code in MyClassLoader using that marker would load // InP1 or OtherInP1 in the system class loader, and not in MyClassLoader. -Does this help better? If it does, I can include that comment in the file. public class PlaceHolder { public static boolean entered = false; } |