mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo
This commit is contained in:
@@ -70,7 +70,7 @@ public class HttpHeadersAssert extends AbstractMapAssert<HttpHeadersAssert, Http
|
||||
* @param name the name of an HTTP header that should not be present
|
||||
* @see #doesNotContainKey
|
||||
*/
|
||||
public HttpHeadersAssert doesNotContainsHeader(String name) {
|
||||
public HttpHeadersAssert doesNotContainHeader(String name) {
|
||||
return doesNotContainKey(name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user