minor fixes

This commit is contained in:
Shinsuke Sugaya 2015-10-01 12:49:43 +09:00
parent d31b7d9dbb
commit 8159e00597
4 changed files with 5 additions and 6 deletions

View file

@ -324,4 +324,6 @@ public class Constants extends CoreLibConstants {
public static final String PROCESS_TYPE_BOTH = "B";
public static final long ONE_DAY_IN_MILLIS = 24L * 60L * 60L * 1000L;
public static final String GUEST_USER = "guest";
}

View file

@ -21,7 +21,6 @@ import java.util.Map;
import javax.annotation.Resource;
import org.codelibs.fess.annotation.Token;
import org.codelibs.fess.app.pager.FailureUrlPager;
import org.codelibs.fess.app.service.FailureUrlService;
import org.codelibs.fess.app.web.base.FessAdminAction;
@ -32,7 +31,6 @@ import org.lastaflute.web.Execute;
import org.lastaflute.web.callback.ActionRuntime;
import org.lastaflute.web.response.HtmlResponse;
import org.lastaflute.web.response.render.RenderData;
import org.lastaflute.web.validation.VaErrorHook;
/**
* @author codelibs

View file

@ -20,8 +20,6 @@ import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import org.codelibs.fess.util.ComponentUtil;
/**
* @author codelibs
* @author Keiichi Watanabe

View file

@ -36,8 +36,9 @@ public class CommonConstants {
public static final String[] PAGER_CONVERSION_RULE = { "allRecordCount", "pageSize", "currentPageNumber", "allPageCount",
"existPrePage", "existNextPage" };
public static final String[] COMMON_CONVERSION_RULE = new String[] { "searchParams", "mode", "createdBy", "createdTime", "updatedBy",
"updatedTime" };
// TODO remove searchParams
public static final String[] COMMON_CONVERSION_RULE = new String[] { "searchParams", "crudMode", "createdBy", "createdTime",
"updatedBy", "updatedTime" };
protected CommonConstants() {
// nothing