Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public class NetworkConfigurationServicePropertiesBuilder {
private final NetworkConfigurationServiceProperties properties;
private final String ifname;

private static final Logger logger = LoggerFactory.getLogger(NetworkConfigurationServicePropertiesBuilder.class);
private static final Logger logger = LoggerFactory
.getLogger(NetworkConfigurationServicePropertiesBuilder.class);

private final GwtNetInterfaceConfig oldGwtNetInterfaceConfig;

Expand Down Expand Up @@ -286,7 +287,6 @@ private void set8021xConfig() throws GwtKuraException {

this.properties.set8021xPassword(this.ifname, gwt8021xConfig.getPassword());
} else {
GwtServerUtil.validateUserPassword(password8021x);
this.properties.set8021xPassword(this.ifname, password8021x);
}
}
Expand Down