浏览代码

replace with index method

Shinsuke Sugaya 9 年之前
父节点
当前提交
fbc2396868

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/help/HelpAction.java

@@ -39,7 +39,7 @@ public class HelpAction extends FessSearchAction {
     //                                                                      ==============
 
     @Execute
-    public HtmlResponse help(final HelpForm form) {
+    public HtmlResponse index(final HelpForm form) {
         return asHtml(path_HelpJsp).renderWith(data -> {
             buildLabelParams(form.fields);
             buildInitParams();

+ 1 - 1
src/main/java/org/codelibs/fess/app/web/osdd/OsddAction.java

@@ -40,7 +40,7 @@ public class OsddAction extends FessSearchAction {
     //                                                                      ==============
 
     @Execute
-    public HtmlResponse osdd(final OsddForm form) {
+    public HtmlResponse index(final OsddForm form) {
         searchAvailable();
         openSearchHelper.write(LaResponseUtil.getResponse());
         return null;