diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java index 57770245a..a1e0fe7b8 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java @@ -2058,6 +2058,9 @@ public class FessLabels extends ActionMessages { /** The key of the message: Name */ public static final String LABELS_backup_name = "{labels.backup_name}"; + /** The key of the message: The limit of a search time was exceeded. The partial result might be displayed. */ + public static final String LABELS_process_time_is_exceeded = "{labels.process_time_is_exceeded}"; + /** * Assert the property is not null. * @param property The value of the property. (NotNull) diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java b/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java index 43aac0044..9356067ec 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java @@ -281,9 +281,6 @@ public class FessMessages extends FessLabels { /** The key of the message: Failed to change your password. */ public static final String ERRORS_failed_to_change_password = "{errors.failed_to_change_password}"; - /** The key of the message: The limit of a search time was exceeded. The partial result might be displayed. */ - public static final String ERRORS_process_time_is_exceeded = "{errors.process_time_is_exceeded}"; - /** The key of the message: The given query has unknown condition. */ public static final String ERRORS_invalid_query_unknown = "{errors.invalid_query_unknown}"; @@ -1629,20 +1626,6 @@ public class FessMessages extends FessLabels { return this; } - /** - * Add the created action message for the key 'errors.process_time_is_exceeded' with parameters. - *
-     * message: The limit of a search time was exceeded. The partial result might be displayed.
-     * 
- * @param property The property name for the message. (NotNull) - * @return this. (NotNull) - */ - public FessMessages addErrorsProcessTimeIsExceeded(String property) { - assertPropertyNotNull(property); - add(property, new ActionMessage(ERRORS_process_time_is_exceeded)); - return this; - } - /** * Add the created action message for the key 'errors.invalid_query_unknown' with parameters. *