Skip to content

Commit 3acc018

Browse files
committed
Minor changes.
1 parent bcb0bb7 commit 3acc018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/main/java/org/hisrc/jsonix/configuration/ModulesConfigurationUnmarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class ModulesConfigurationUnmarshaller {
5959

6060
public ModulesConfigurationUnmarshaller(JsonixContext context) {
6161
this.context = Validate.notNull(context);
62-
this.logger = Validate.notNull(context).getLoggerFactory()
62+
this.logger = this.context.getLoggerFactory()
6363
.getLogger(ModuleConfiguration.class.getName());
6464
try {
6565
jaxbContext = JAXBContext.newInstance(ModulesConfiguration.class,

0 commit comments

Comments
 (0)