Javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1563993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c40d7c4d37
commit
21c438188f
|
@ -39,7 +39,7 @@ abstract class MemberUtils {
|
|||
Character.TYPE, Integer.TYPE, Long.TYPE, Float.TYPE, Double.TYPE };
|
||||
|
||||
/**
|
||||
* XXX Default access superclass workaround
|
||||
* XXX Default access superclass workaround.
|
||||
*
|
||||
* When a {@code public} class has a default access superclass with {@code public} members,
|
||||
* these members are accessible. Calling them from compiled code works fine.
|
||||
|
|
Loading…
Reference in New Issue