Delete unused import

This commit is contained in:
Sam Brannen 2017-09-26 16:19:49 +02:00
parent 12ef367f89
commit 96bbd18e98
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ import javax.servlet.jsp.PageContext;
import org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager;
import org.springframework.util.Assert;
/**
* Mock implementation of the JSP 2.0 {@link javax.servlet.jsp.el.ExpressionEvaluator}
* interface, delegating to the Apache JSTL ExpressionEvaluatorManager.