diff options
| author | 2015-11-02 14:34:16 +0000 | |
|---|---|---|
| committer | 2015-11-02 14:34:16 +0000 | |
| commit | 0d1df44608c505f353d6771b1528a2a28ac1ccbf (patch) | |
| tree | 619433e897b16ad0c8840d9f5ebc54602b0f502c | |
| parent | 7e7905040f7e3ba59b55d48cba5a72cc841322a1 (diff) | |
| parent | 78ef3fee3fcf0b2cfb68b3e943cd144d389313fd (diff) | |
Merge "Fix stalled comment from last commit."
am: 78ef3fee3f
* commit '78ef3fee3fcf0b2cfb68b3e943cd144d389313fd':
Fix stalled comment from last commit.
| -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; } |