We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8e230 commit 9833349Copy full SHA for 9833349
new.sh
@@ -158,7 +158,7 @@ import org.slf4j.LoggerFactory;
158
public class ${lang_classname} extends DefaultCodegen implements CodegenConfig {
159
public static final String PROJECT_NAME = "projectName";
160
161
- static final Logger LOGGER = LoggerFactory.getLogger(${lang_classname}.class);
+ private final Logger LOGGER = LoggerFactory.getLogger(${lang_classname}.class);
162
163
public CodegenType getTag() {
164
return CodegenType.${codegen_type_enum};
0 commit comments