Lots of renames and changes

This commit is contained in:
2026-03-23 09:50:27 +01:00
parent 49a818ba42
commit 958490c148
@@ -1,4 +1,5 @@
package com.r35157.nenjim.hubd.journal; package com.r35157.nenjim.hubd.journal;
public interface JournalManager { public interface JournalManager {
Journal getJournal(String moduleName);
} }