mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Polishing
This commit is contained in:
+1
@@ -508,6 +508,7 @@ public class MockHttpServletRequestTests {
|
||||
request.getDateHeader(IF_MODIFIED_SINCE);
|
||||
}
|
||||
|
||||
|
||||
private void assertEqualEnumerations(Enumeration<?> enum1, Enumeration<?> enum2) {
|
||||
assertNotNull(enum1);
|
||||
assertNotNull(enum2);
|
||||
|
||||
Reference in New Issue
Block a user