Added filename to redactionLog

This commit is contained in:
deiflaender 2020-09-02 14:47:58 +02:00
parent 34e058c4e4
commit d95ff5e5cf

View File

@ -17,4 +17,6 @@ public class RedactionLog {
private long rulesVersion = -1;
private String filename;
}