change author
This commit is contained in:
parent
30d348744c
commit
70a456f6ed
18 changed files with 18 additions and 12 deletions
|
@ -40,6 +40,7 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
/**
|
||||
* @author shinsuke
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class AdminCrawlAction extends FessAdminAction {
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import java.io.Serializable;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class CrawlEditForm implements Serializable {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class CrawlSearchForm implements Serializable {
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ import org.lastaflute.web.validation.VaErrorHook;
|
|||
|
||||
/**
|
||||
* @author shinsuke
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class AdminLabeltypeAction extends FessAdminAction {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codelibs.fess.util.ComponentUtil;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class LabelTypeEditForm implements Serializable {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class LabelTypeSearchForm implements Serializable {
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ import org.lastaflute.web.validation.VaErrorHook;
|
|||
|
||||
/**
|
||||
* @author shinsuke
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class AdminPathmappingAction extends FessAdminAction {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codelibs.fess.util.ComponentUtil;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class PathMappingEditForm implements Serializable {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class PathMappingSearchForm implements Serializable {
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ import org.lastaflute.web.validation.VaErrorHook;
|
|||
|
||||
/**
|
||||
* @author shinsuke
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class AdminRequestheaderAction extends FessAdminAction {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codelibs.fess.util.ComponentUtil;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class RequestHeaderEditForm implements Serializable {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class RequestHeaderSearchForm implements Serializable {
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ import org.lastaflute.web.validation.VaErrorHook;
|
|||
|
||||
/**
|
||||
* @author shinsuke
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class AdminWebauthenticationAction extends FessAdminAction {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.codelibs.fess.util.ComponentUtil;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class WebAuthenticationEditForm implements Serializable {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class WebAuthenticationSearchForm implements Serializable {
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ import org.lastaflute.web.validation.VaErrorHook;
|
|||
|
||||
/**
|
||||
* @author shinsuke
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class AdminWebconfigAction extends FessAdminAction {
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ import org.codelibs.fess.util.ComponentUtil;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class WebConfigEditForm implements Serializable {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.Map;
|
|||
|
||||
/**
|
||||
* @author codelibs
|
||||
* @author jflute
|
||||
* @author Shunji Makino
|
||||
*/
|
||||
public class WebConfigSearchForm implements Serializable {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue