mirror of https://github.com/apache/openjpa.git
Minor final-field change.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@563654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
79c7b280d3
commit
09e13c4ad8
|
@ -67,7 +67,7 @@ public class OpenJPAPersistence
|
||||||
public static final String EMF_KEY =
|
public static final String EMF_KEY =
|
||||||
"org.apache.openjpa.persistence.EntityManagerFactory";
|
"org.apache.openjpa.persistence.EntityManagerFactory";
|
||||||
|
|
||||||
private static Localizer _loc =
|
private static final Localizer _loc =
|
||||||
Localizer.forPackage(OpenJPAPersistence.class);
|
Localizer.forPackage(OpenJPAPersistence.class);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue