replace with index method

This commit is contained in:
Shinsuke Sugaya 2015-09-04 06:32:46 +09:00
parent 491c7293be
commit fbc2396868
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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;