@@ -129,7 +129,7 @@ public Charset getCharset() {
129
129
/**
130
130
* Return the value of the {@literal size} parameter, or {@code null} if not defined.
131
131
* @deprecated since 5.2.3 as per
132
- * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Apendix B</a>,
132
+ * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Appendix B</a>,
133
133
* to be removed in a future release.
134
134
*/
135
135
@ Deprecated
@@ -141,7 +141,7 @@ public Long getSize() {
141
141
/**
142
142
* Return the value of the {@literal creation-date} parameter, or {@code null} if not defined.
143
143
* @deprecated since 5.2.3 as per
144
- * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Apendix B</a>,
144
+ * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Appendix B</a>,
145
145
* to be removed in a future release.
146
146
*/
147
147
@ Deprecated
@@ -153,7 +153,7 @@ public ZonedDateTime getCreationDate() {
153
153
/**
154
154
* Return the value of the {@literal modification-date} parameter, or {@code null} if not defined.
155
155
* @deprecated since 5.2.3 as per
156
- * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Apendix B</a>,
156
+ * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Appendix B</a>,
157
157
* to be removed in a future release.
158
158
*/
159
159
@ Deprecated
@@ -165,7 +165,7 @@ public ZonedDateTime getModificationDate() {
165
165
/**
166
166
* Return the value of the {@literal read-date} parameter, or {@code null} if not defined.
167
167
* @deprecated since 5.2.3 as per
168
- * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Apendix B</a>,
168
+ * <a href="https://tools.ietf.org/html/rfc6266#appendix-B">RFC 6266, Appendix B</a>,
169
169
* to be removed in a future release.
170
170
*/
171
171
@ Deprecated
0 commit comments