mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 00:21:19 +00:00
change access level of LOGGER (#14558)
Co-authored-by: Bach <xuan_bach_nguyen@earthbrain.com>
This commit is contained in:
2
new.sh
2
new.sh
@@ -158,7 +158,7 @@ import org.slf4j.LoggerFactory;
|
||||
public class ${lang_classname} extends DefaultCodegen implements CodegenConfig {
|
||||
public static final String PROJECT_NAME = "projectName";
|
||||
|
||||
static final Logger LOGGER = LoggerFactory.getLogger(${lang_classname}.class);
|
||||
private final Logger LOGGER = LoggerFactory.getLogger(${lang_classname}.class);
|
||||
|
||||
public CodegenType getTag() {
|
||||
return CodegenType.${codegen_type_enum};
|
||||
|
||||
Reference in New Issue
Block a user