Undoing private change committed unintentionally.
This commit is contained in:
parent
e7e853259a
commit
2e200c6142
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public class TestController extends FreemarkerHttpServlet {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private static final Log log = LogFactory.getLog(TestController.class);
|
private static final Log log = LogFactory.getLog(TestController.class);
|
||||||
private static final String TEMPLATE_DEFAULT = "test1.ftl";
|
private static final String TEMPLATE_DEFAULT = "test.ftl";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ResponseValues processRequest(VitroRequest vreq) {
|
protected ResponseValues processRequest(VitroRequest vreq) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue