Remove unused imports

This commit is contained in:
Stephane Nicoll
2014-08-04 14:13:40 +02:00
parent 6cfe76eeec
commit 3da68cfe21
51 changed files with 5 additions and 81 deletions

View File

@@ -27,7 +27,6 @@ import java.util.EnumSet;
import java.util.GregorianCalendar;
import java.util.List;
import java.util.Locale;
import java.util.Set;
import java.util.TimeZone;
import org.hamcrest.Matchers;

View File

@@ -23,7 +23,7 @@ import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import org.junit.Test;

View File

@@ -27,7 +27,6 @@ import java.util.Map;
import com.fasterxml.jackson.annotation.JsonView;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.hamcrest.CoreMatchers;
import org.junit.Test;
import org.springframework.core.ParameterizedTypeReference;

View File

@@ -23,7 +23,6 @@ import java.util.Map;
import java.util.Optional;
import javax.servlet.http.Part;
import javax.swing.text.html.Option;
import org.junit.Before;
import org.junit.Test;