Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUpdatedAt (1.76 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java

                        appendJson("id", entity.getId(), buf).append(',');
                        appendJson("created-at", entity.getCreatedAt(), buf).append(',');
                        appendJson("updated-at", entity.getUpdatedAt(), buf);
                        buf.append('}');
                        buf.append('\n');
                        try {
                            writer.write(buf.toString());
                        } catch (final IOException e) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Mon Nov 24 02:07:40 UTC 2025
    - 32.1K bytes
    - Viewed (0)
Back to top