mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove duplicate words
Closes gh-1039
This commit is contained in:
committed by
Stephane Nicoll
parent
50c11028d5
commit
44e652f99e
+1
-1
@@ -173,7 +173,7 @@ public class ServletTestExecutionListenerTests {
|
||||
}
|
||||
|
||||
private void assertRequestAttributesDoNotExist() {
|
||||
assertNull("request attributes should not not exist", RequestContextHolder.getRequestAttributes());
|
||||
assertNull("request attributes should not exist", RequestContextHolder.getRequestAttributes());
|
||||
}
|
||||
|
||||
private void assertSetUpOutsideOfStelAttributeExists() {
|
||||
|
||||
Reference in New Issue
Block a user