Skip to content

Commit 6884a3a

Browse files
kashikerstoyanchev
authored andcommitted
Fix appendix typos in ContentDisposition
1 parent 2b47e77 commit 6884a3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-web/src/main/java/org/springframework/http/ContentDisposition.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public Charset getCharset() {
129129
/**
130130
* Return the value of the {@literal size} parameter, or {@code null} if not defined.
131131
* @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>,
133133
* to be removed in a future release.
134134
*/
135135
@Deprecated
@@ -141,7 +141,7 @@ public Long getSize() {
141141
/**
142142
* Return the value of the {@literal creation-date} parameter, or {@code null} if not defined.
143143
* @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>,
145145
* to be removed in a future release.
146146
*/
147147
@Deprecated
@@ -153,7 +153,7 @@ public ZonedDateTime getCreationDate() {
153153
/**
154154
* Return the value of the {@literal modification-date} parameter, or {@code null} if not defined.
155155
* @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>,
157157
* to be removed in a future release.
158158
*/
159159
@Deprecated
@@ -165,7 +165,7 @@ public ZonedDateTime getModificationDate() {
165165
/**
166166
* Return the value of the {@literal read-date} parameter, or {@code null} if not defined.
167167
* @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>,
169169
* to be removed in a future release.
170170
*/
171171
@Deprecated

0 commit comments

Comments
 (0)