Browse Source

remove footer.jsp

Shinsuke Sugaya 8 years ago
parent
commit
7bec02c5b1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java

+ 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");