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 bcb0bb7 commit 3acc018Copy full SHA for 3acc018
compiler/src/main/java/org/hisrc/jsonix/configuration/ModulesConfigurationUnmarshaller.java
@@ -59,7 +59,7 @@ public class ModulesConfigurationUnmarshaller {
59
60
public ModulesConfigurationUnmarshaller(JsonixContext context) {
61
this.context = Validate.notNull(context);
62
- this.logger = Validate.notNull(context).getLoggerFactory()
+ this.logger = this.context.getLoggerFactory()
63
.getLogger(ModuleConfiguration.class.getName());
64
try {
65
jaxbContext = JAXBContext.newInstance(ModulesConfiguration.class,
0 commit comments