mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Consistently use American English spelling
Since the Spring Framework uses American English spelling, this commit updates Javadoc and the reference manual to ensure consistency in that regard. However, there are two exceptions to this rule that arise due to their use within a technical context. - We use "cancelled/cancelling" instead of "canceled/canceling" in numerous places (including error messages). - We use "implementor" instead of "implementer". Closes gh-36470
This commit is contained in:
@@ -54,7 +54,7 @@ public final class JsonContent implements AssertProvider<JsonContentAssert> {
|
||||
* use to deserialize content.
|
||||
* @param json the actual JSON content
|
||||
* @param converter the content converter to use
|
||||
* @deprecated in favour of {@link #JsonContent(String, JsonConverterDelegate)}
|
||||
* @deprecated in favor of {@link #JsonContent(String, JsonConverterDelegate)}
|
||||
*/
|
||||
@SuppressWarnings("removal")
|
||||
@Deprecated(since = "7.0", forRemoval = true)
|
||||
@@ -97,7 +97,7 @@ public final class JsonContent implements AssertProvider<JsonContentAssert> {
|
||||
|
||||
/**
|
||||
* Return the {@link HttpMessageContentConverter} to use to deserialize content.
|
||||
* @deprecated in favour of {@link #getJsonConverterDelegate()}
|
||||
* @deprecated in favor of {@link #getJsonConverterDelegate()}
|
||||
*/
|
||||
@SuppressWarnings("removal")
|
||||
@Deprecated(since = "7.0", forRemoval = true)
|
||||
|
||||
Reference in New Issue
Block a user