@@ -100,7 +100,7 @@ public HttpHeadersAssert doesNotContainsHeaders(String... names) {
100
100
/**
101
101
* Verify that the actual HTTP headers contain a header with the given
102
102
* {@code name} and {@link String} {@code value}.
103
- * @param name the name of the cookie
103
+ * @param name the name of the header
104
104
* @param value the expected value of the header
105
105
*/
106
106
public HttpHeadersAssert hasValue (String name , String value ) {
@@ -113,8 +113,8 @@ public HttpHeadersAssert hasValue(String name, String value) {
113
113
114
114
/**
115
115
* Verify that the actual HTTP headers contain a header with the given
116
- * {@code name} and {@link Long } {@code value}.
117
- * @param name the name of the cookie
116
+ * {@code name} and {@code long } {@code value}.
117
+ * @param name the name of the header
118
118
* @param value the expected value of the header
119
119
*/
120
120
public HttpHeadersAssert hasValue (String name , long value ) {
@@ -128,7 +128,7 @@ public HttpHeadersAssert hasValue(String name, long value) {
128
128
/**
129
129
* Verify that the actual HTTP headers contain a header with the given
130
130
* {@code name} and {@link Instant} {@code value}.
131
- * @param name the name of the cookie
131
+ * @param name the name of the header
132
132
* @param value the expected value of the header
133
133
*/
134
134
public HttpHeadersAssert hasValue (String name , Instant value ) {
0 commit comments