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:
Gary D. Gregory 2006-08-09 22:10:03 +00:00
parent ebed83b646
commit fdc82b0e01
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ public abstract class Enum implements Comparable, Serializable {
/**
* <p>Restrictive constructor.</p>
*/
private Entry() {
protected Entry() {
super();
}
}