We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00285b1 commit 9f6db72Copy full SHA for 9f6db72
1 file changed
src/main/java/Main.java
@@ -53,7 +53,7 @@ public static void main(String[] args) {
53
} finally {
54
if (connection != null) try{connection.close();} catch(SQLException e){}
55
}
56
- }, new FreeMarkerEngine());
+ }, new FreeMarkerEngine());
57
58
59
0 commit comments