Fix site.location resolution. Evironment seems not be be resolved .

This commit is contained in:
Paulo Gustavo Veiga
2012-11-07 20:47:15 -03:00
parent 29e397ab3f
commit 10f8b5748e
3 changed files with 8 additions and 17 deletions

View File

@@ -27,7 +27,6 @@ import org.apache.commons.lang.StringEscapeUtils;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import javax.servlet.http.HttpServletRequest;
import java.io.PrintWriter;