- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getUpdatedAt (0.64 sec)
-
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)