Skip to content
Snippets Groups Projects

Remove unneccessary imports and add Checkstyle rules

Merged Daniel Gerhardt requested to merge checkstyle-import-rules into master
Compare and
21 files
+ 2
24
Compare changes
  • Side-by-side
  • Inline
Files
21
@@ -20,7 +20,6 @@ package de.thm.arsnova.config;
@@ -20,7 +20,6 @@ package de.thm.arsnova.config;
import org.ektorp.impl.StdCouchDbInstance;
import org.ektorp.impl.StdCouchDbInstance;
import org.ektorp.spring.HttpClientFactoryBean;
import org.ektorp.spring.HttpClientFactoryBean;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.ComponentScan;