From 6884a3ac56074672d6649148c99f0beb73a4d260 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Wed, 26 Aug 2020 01:27:06 -0700 Subject: [PATCH] Fix appendix typos in ContentDisposition --- .../java/org/springframework/http/ContentDisposition.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/http/ContentDisposition.java b/spring-web/src/main/java/org/springframework/http/ContentDisposition.java index 3e74f9ac1a..004067d4d0 100644 --- a/spring-web/src/main/java/org/springframework/http/ContentDisposition.java +++ b/spring-web/src/main/java/org/springframework/http/ContentDisposition.java @@ -129,7 +129,7 @@ public final class ContentDisposition { /** * Return the value of the {@literal size} parameter, or {@code null} if not defined. * @deprecated since 5.2.3 as per - * RFC 6266, Apendix B, + * RFC 6266, Appendix B, * to be removed in a future release. */ @Deprecated @@ -141,7 +141,7 @@ public final class ContentDisposition { /** * Return the value of the {@literal creation-date} parameter, or {@code null} if not defined. * @deprecated since 5.2.3 as per - * RFC 6266, Apendix B, + * RFC 6266, Appendix B, * to be removed in a future release. */ @Deprecated @@ -153,7 +153,7 @@ public final class ContentDisposition { /** * Return the value of the {@literal modification-date} parameter, or {@code null} if not defined. * @deprecated since 5.2.3 as per - * RFC 6266, Apendix B, + * RFC 6266, Appendix B, * to be removed in a future release. */ @Deprecated @@ -165,7 +165,7 @@ public final class ContentDisposition { /** * Return the value of the {@literal read-date} parameter, or {@code null} if not defined. * @deprecated since 5.2.3 as per - * RFC 6266, Apendix B, + * RFC 6266, Appendix B, * to be removed in a future release. */ @Deprecated