update messages
This commit is contained in:
parent
ddee56806f
commit
df54d2ab58
2 changed files with 3 additions and 17 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
* <pre>
|
||||
* message: The limit of a search time was exceeded. The partial result might be displayed.
|
||||
* </pre>
|
||||
* @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.
|
||||
* <pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue