generate source code
This commit is contained in:
parent
6d23541b97
commit
504cb50e64
2 changed files with 9 additions and 4 deletions
|
@ -18,7 +18,6 @@ package org.codelibs.fess.app.web.admin.joblog;
|
|||
import java.io.Serializable;
|
||||
|
||||
import javax.validation.constraints.Digits;
|
||||
import javax.validation.constraints.Size;
|
||||
|
||||
import org.lastaflute.web.validation.Required;
|
||||
|
||||
|
|
|
@ -2501,8 +2501,14 @@ public class FessLabels extends ActionMessages {
|
|||
/** The key of the message: Last Access */
|
||||
public static final String LABELS_failure_url_last_access_time = "{labels.failure_url_last_access_time}";
|
||||
|
||||
/** The key of the message: Confirm */
|
||||
public static final String LABELS_failure_url_link_confirm = "{labels.failure_url_link_confirm}";
|
||||
/** The key of the message: List */
|
||||
public static final String LABELS_failure_url_link_list = "{labels.failure_url_link_list}";
|
||||
|
||||
/** The key of the message: Details */
|
||||
public static final String LABELS_failure_url_link_details = "{labels.failure_url_link_details}";
|
||||
|
||||
/** The key of the message: Delete */
|
||||
public static final String LABELS_failure_url_link_delete = "{labels.failure_url_link_delete}";
|
||||
|
||||
/** The key of the message: Delete All */
|
||||
public static final String LABELS_failure_url_delete_all_link = "{labels.failure_url_delete_all_link}";
|
||||
|
@ -2517,7 +2523,7 @@ public class FessLabels extends ActionMessages {
|
|||
public static final String LABELS_failure_url_error_count = "{labels.failure_url_error_count}";
|
||||
|
||||
/** The key of the message: Failure URL Details */
|
||||
public static final String LABELS_failure_url_title_confirm = "{labels.failure_url_title_confirm}";
|
||||
public static final String LABELS_failure_url_title_details = "{labels.failure_url_title_details}";
|
||||
|
||||
/** The key of the message: ID */
|
||||
public static final String LABELS_failure_url_id = "{labels.failure_url_id}";
|
||||
|
|
Loading…
Add table
Reference in a new issue