Skip to content

Commit d8fb6c5

Browse files
committed
Delete unused imports in HeaderAssertionTests
1 parent dba46c1 commit d8fb6c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-test/src/test/java/org/springframework/test/web/servlet/samples/standalone/resultmatchers/HeaderAssertionTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*;
3535
import static org.springframework.test.web.servlet.setup.MockMvcBuilders.*;
3636

37-
import java.text.SimpleDateFormat;
38-
import java.util.Locale;
39-
import java.util.TimeZone;
40-
4137
/**
4238
* Examples of expectations on response header values.
4339
*

0 commit comments

Comments
 (0)