Typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53358b1219
commit
551346f0f6
|
@ -45,7 +45,7 @@ abstract class MemberUtils {
|
|||
* When a public class has a default access superclass with public members,
|
||||
* these members are accessible. Calling them from compiled code works fine.
|
||||
* Unfortunately, on some JVMs, using reflection to invoke these members
|
||||
* seems to (wrongly) to prevent access even when the modifer is public.
|
||||
* seems to (wrongly) prevent access even when the modifier is public.
|
||||
* Calling setAccessible(true) solves the problem but will only work from
|
||||
* sufficiently privileged code. Better workarounds would be gratefully
|
||||
* accepted.
|
||||
|
|
Loading…
Reference in New Issue