From: markt Date: Thu, 31 Dec 2009 15:13:31 +0000 (+0000) Subject: Correct location. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8e0cf0a9d607ac7fb91fec707c17796c29513e55;p=tomcat7.0 Correct location. Spotted by Christoph Beck git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@894863 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/javax/el/ExpressionFactory.java b/java/javax/el/ExpressionFactory.java index 144d6ca92..c7b74a2d0 100644 --- a/java/javax/el/ExpressionFactory.java +++ b/java/javax/el/ExpressionFactory.java @@ -40,8 +40,7 @@ public abstract class ExpressionFactory { private static final String SEP = System.getProperty("file.separator"); private static final String PROPERTY_FILE = - System.getProperty("java.home") + "jre" + SEP + "lib" + SEP + - "el.properties"; + System.getProperty("java.home") + "lib" + SEP + "el.properties"; private static final String PROPERTY_NAME = "javax.el.ExpressionFactory"; public abstract Object coerceToType(Object obj, Class expectedType)