commit | 60989d2ef0e930f69abb6a481de719ab0d2c5667 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Nov 02 14:27:16 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Nov 02 14:27:16 2015 +0000 |
tree | 619433e897b16ad0c8840d9f5ebc54602b0f502c | |
parent | 816b2b3f704d61ba608ad2c3513d4697e7fb5dfe [diff] |
Fix stalled comment from last commit. Change-Id: Ic54821c80a8c6ab76d44e2a81a6f821b5741dc53
diff --git a/test/542-unresolved-access-check/src/p1/PlaceHolder.java b/test/542-unresolved-access-check/src/p1/PlaceHolder.java index acd1da2..2bf4bdf 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 @@ // 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; }