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@430156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2006-08-09 22:08:34 +00:00
parent e9f981378c
commit 4d472d6ac6
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ private static class Entry {
/** /**
* <p>Restrictive constructor.</p> * <p>Restrictive constructor.</p>
*/ */
private Entry() { protected Entry() {
super(); super();
} }
} }