提交 3c512316 编写于 作者: T Tijs Rademakers

Remove remaining odysseus class usage

上级 616f1e63
......@@ -15,8 +15,6 @@ package org.flowable.engine.impl.el;
import javax.el.ExpressionFactory;
import de.odysseus.el.ExpressionFactoryImpl;
/**
* Class used to get hold of a {@link ExpressionFactory}.
*
......@@ -25,7 +23,6 @@ import de.odysseus.el.ExpressionFactoryImpl;
public abstract class ExpressionFactoryResolver {
public static ExpressionFactory resolveExpressionFactory() {
// Return instance of custom JUEL implementation
return new ExpressionFactoryImpl();
return ExpressionFactory.newInstance();
}
}
......@@ -15,8 +15,6 @@ package org.flowable.form.engine.impl.el;
import javax.el.ExpressionFactory;
import de.odysseus.el.ExpressionFactoryImpl;
/**
* Class used to get hold of a {@link ExpressionFactory}.
*
......@@ -26,6 +24,6 @@ public abstract class ExpressionFactoryResolver {
public static ExpressionFactory resolveExpressionFactory() {
// Return instance of custom JUEL implementation
return new ExpressionFactoryImpl();
return ExpressionFactory.newInstance();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册