We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d2ea7 commit 23665f6Copy full SHA for 23665f6
src/test/java/com/codegen/service/CodeGeneratorManager.java
@@ -86,7 +86,7 @@ public class CodeGeneratorManager {
86
public Configuration getFreemarkerConfiguration() {
87
if (configuration == null) {
88
configuration = initFreemarkerConfiguration();
89
- return initFreemarkerConfiguration();
+ return configuration;
90
}
91
return configuration;
92
0 commit comments