Skip to content

Commit 1178634

Browse files
[FIX] CustomizableLayout template in yaml file
1 parent cae63c7 commit 1178634

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/audit4j/core/layout/CustomizableLayout.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,10 @@ public void setDateFormat(String dateFormat) {
112112
public void setTemplate(String template) {
113113
this.template = template;
114114
}
115+
116+
117+
//this getter is usefull for file configuration
118+
public String getTemplate() {
119+
return template;
120+
}
115121
}

0 commit comments

Comments
 (0)