mirror of https://github.com/apache/openjpa.git
Made field final
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e629a1071
commit
ad0bbc5105
|
@ -37,7 +37,8 @@ import org.apache.openjpa.util.UserException;
|
||||||
public class JPQLParser
|
public class JPQLParser
|
||||||
implements ExpressionParser {
|
implements ExpressionParser {
|
||||||
|
|
||||||
private static Localizer _loc = Localizer.forPackage(JPQLParser.class);
|
private static final Localizer _loc =
|
||||||
|
Localizer.forPackage(JPQLParser.class);
|
||||||
public static final String LANG_JPQL = "javax.persistence.JPQL";
|
public static final String LANG_JPQL = "javax.persistence.JPQL";
|
||||||
|
|
||||||
public Object parse(String ql, ExpressionStoreQuery query) {
|
public Object parse(String ql, ExpressionStoreQuery query) {
|
||||||
|
|
Loading…
Reference in New Issue