@@ -109,7 +109,7 @@ public class MediaType extends MimeType implements Serializable {
109
109
110
110
/**
111
111
* Public constant media type for {@code application/json;charset=UTF-8}.
112
- * @deprecated Deprecated as of Spring Framework 5.2 in favor of {@link #APPLICATION_JSON}
112
+ * @deprecated as of 5.2 in favor of {@link #APPLICATION_JSON}
113
113
* since major browsers like Chrome
114
114
* <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=438464">
115
115
* now comply with the specification</a> and interpret correctly UTF-8 special
@@ -120,7 +120,7 @@ public class MediaType extends MimeType implements Serializable {
120
120
121
121
/**
122
122
* A String equivalent of {@link MediaType#APPLICATION_JSON_UTF8}.
123
- * @deprecated Deprecated as of Spring Framework 5.2 in favor of {@link #APPLICATION_JSON_VALUE}
123
+ * @deprecated as of 5.2 in favor of {@link #APPLICATION_JSON_VALUE}
124
124
* since major browsers like Chrome
125
125
* <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=438464">
126
126
* now comply with the specification</a> and interpret correctly UTF-8 special
@@ -170,7 +170,7 @@ public class MediaType extends MimeType implements Serializable {
170
170
* @since 5.0
171
171
* @see <a href="https://tools.ietf.org/html/rfc7807#section-6.1">
172
172
* Problem Details for HTTP APIs, 6.1. application/problem+json</a>
173
- * @deprecated Deprecated as of Spring Framework 5.2 in favor of {@link #APPLICATION_PROBLEM_JSON}
173
+ * @deprecated as of 5.2 in favor of {@link #APPLICATION_PROBLEM_JSON}
174
174
* since major browsers like Chrome
175
175
* <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=438464">
176
176
* now comply with the specification</a> and interpret correctly UTF-8 special
@@ -182,7 +182,7 @@ public class MediaType extends MimeType implements Serializable {
182
182
/**
183
183
* A String equivalent of {@link MediaType#APPLICATION_PROBLEM_JSON_UTF8}.
184
184
* @since 5.0
185
- * @deprecated Deprecated as of Spring Framework 5.2 in favor of {@link #APPLICATION_PROBLEM_JSON_VALUE}
185
+ * @deprecated as of 5.2 in favor of {@link #APPLICATION_PROBLEM_JSON_VALUE}
186
186
* since major browsers like Chrome
187
187
* <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=438464">
188
188
* now comply with the specification</a> and interpret correctly UTF-8 special
0 commit comments