You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates a new history entry. Calls {@link #HistoryEntry(long, ZonedDateTime, String)} internally with a converted timestamp using the current time zone.
34
+
* @param index
35
+
* @param timestamp
36
+
* @param message
37
+
* @deprecated Use {@link #HistoryEntry(long, ZonedDateTime, String)} instead.
Copy file name to clipboardExpand all lines: accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/history/impl/PersistableInstallationLogger.java
0 commit comments