Access to enclosing constructor Enum.Entry() is emulated by a synthetic accessor method. Increasing its visibility will improve your performance (Eclipse compiler).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebed83b646
commit
fdc82b0e01
|
@ -293,7 +293,7 @@ public abstract class Enum implements Comparable, Serializable {
|
|||
/**
|
||||
* <p>Restrictive constructor.</p>
|
||||
*/
|
||||
private Entry() {
|
||||
protected Entry() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue