Skip to content

Commit 37b124f

Browse files
committed
velocity utils singleton
1 parent 52d6a51 commit 37b124f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/github/fvarrui/javapackager/utils/VelocityUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ public class VelocityUtils {
2121

2222
private static File assetsDir = new File("assets");
2323
private static VelocityEngine velocityEngine = null;
24+
25+
private VelocityUtils() {}
2426

2527
private static VelocityEngine getVelocityEngine() {
2628

0 commit comments

Comments
 (0)