Remove dead space
This commit is contained in:
@@ -21,7 +21,7 @@ import java.io.IOException;
|
||||
public class EmpiConfig {
|
||||
|
||||
@Bean
|
||||
public IEmpiSettings empiSettings(EmpiRuleValidator theEmpiRuleValidator) throws IOException {
|
||||
IEmpiSettings empiSettings(EmpiRuleValidator theEmpiRuleValidator) throws IOException {
|
||||
DefaultResourceLoader resourceLoader = new DefaultResourceLoader();
|
||||
Resource resource = resourceLoader.getResource("empi-rules.json");
|
||||
String json = IOUtils.toString(resource.getInputStream(), Charsets.UTF_8);
|
||||
|
||||
Reference in New Issue
Block a user