Skip to content

Commit

Permalink
warings
Browse files Browse the repository at this point in the history
  • Loading branch information
choreo committed Feb 7, 2013
1 parent d979640 commit 211f8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Expand Up @@ -4,10 +4,7 @@
import java.util.HashMap;
import java.util.Map;

import javassist.ClassPool;
import javassist.CtClass;
import javassist.CtMethod;
import javassist.LoaderClassPath;
import javassist.*;
import ognl.Ognl;
import ognl.OgnlContext;
import ognl.OgnlException;
Expand All @@ -21,8 +18,6 @@
import org.thymeleaf.context.IProcessingContext;
import org.thymeleaf.exceptions.TemplateProcessingException;
import org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator;
import org.thymeleaf.standard.expression.OgnlVariableExpressionEvaluator;
import org.thymeleaf.util.ClassLoaderUtils;
import org.thymeleaf.util.ObjectUtils;

import play.Play;
Expand Down Expand Up @@ -58,6 +53,7 @@ public void clearClassCache() {
}


@Override
public final Object evaluate(final Configuration configuration,
final IProcessingContext processingContext, final String expression,
final boolean useSelectionAsRoot) {
Expand Down
2 changes: 0 additions & 2 deletions src/play/modules/thymeleaf/dialect/ProcessorUtil.java
Expand Up @@ -25,8 +25,6 @@

import org.apache.commons.lang.StringUtils;
import org.thymeleaf.Arguments;
import org.thymeleaf.standard.expression.OgnlVariableExpressionEvaluator;

import play.Logger;
import play.exceptions.ActionNotFoundException;
import play.mvc.ActionInvoker;
Expand Down

0 comments on commit 211f8ce

Please sign in to comment.