179180181182183184185186187188189
} if(configChanged){ List<ValidationError> errors = config.validate(); if(errors.isEmpty()) { ByteArrayOutputStream configContent = new ByteArrayOutputStream(); WGAConfiguration.write(config, configContent);