Remove duplicate words
Closes gh-1039
This commit is contained in:
committed by
Stephane Nicoll
parent
50c11028d5
commit
44e652f99e
@@ -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