Skip to content

Commit 9833349

Browse files
0bach0EBBach
andauthored
change access level of LOGGER (OpenAPITools#14558)
Co-authored-by: Bach <[email protected]>
1 parent 4c8e230 commit 9833349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ import org.slf4j.LoggerFactory;
158158
public class ${lang_classname} extends DefaultCodegen implements CodegenConfig {
159159
public static final String PROJECT_NAME = "projectName";
160160
161-
static final Logger LOGGER = LoggerFactory.getLogger(${lang_classname}.class);
161+
private final Logger LOGGER = LoggerFactory.getLogger(${lang_classname}.class);
162162
163163
public CodegenType getTag() {
164164
return CodegenType.${codegen_type_enum};

0 commit comments

Comments
 (0)