Ver código fonte

remove footer.jsp

Shinsuke Sugaya 8 anos atrás
pai
commit
7bec02c5b1

+ 0 - 3
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

@@ -348,9 +348,6 @@ public interface FessHtmlPath {
     /** The path of the HTML: /error/error.jsp */
     HtmlNext path_Error_ErrorJsp = new HtmlNext("/error/error.jsp");
 
-    /** The path of the HTML: /error/footer.jsp */
-    HtmlNext path_Error_FooterJsp = new HtmlNext("/error/footer.jsp");
-
     /** The path of the HTML: /error/header.jsp */
     HtmlNext path_Error_HeaderJsp = new HtmlNext("/error/header.jsp");