Skip to content

Commit 675c9f7

Browse files
LukasWoodtlicwilson1776
authored andcommitted
Fix logger
1 parent 42b5f8a commit 675c9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppBoostBeastClientCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
public class CppBoostBeastClientCodegen extends AbstractCppCodegen {
2323

24-
static final Logger LOGGER = LoggerFactory.getLogger(CppBoostBeastClientCodegen.class);
24+
private final Logger LOGGER = LoggerFactory.getLogger(CppBoostBeastClientCodegen.class);
2525

2626
public CodegenType getTag() {
2727
return CodegenType.CLIENT;

0 commit comments

Comments
 (0)