Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed May 26, 2010
1 parent 41ea99e commit b6bcc49
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -37,6 +37,7 @@ public void testSetAccessibleDoesNotPropagate() throws Exception
field.setAccessible(true);
assert field.isAccessible();
assert !SecurityTest.class.getDeclaredField("foo").isAccessible();
assert SecurityTest.class.getDeclaredField("foo") != SecurityTest.class.getDeclaredField("foo");
}

}

0 comments on commit b6bcc49

Please sign in to comment.