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
(cherry picked from commit 17699103dc)
@ -83,7 +83,7 @@ public class AspectJProxyFactory extends ProxyCreatorSupport {
@@ -83,7 +83,7 @@ public class AspectJProxyFactory extends ProxyCreatorSupport {
@ -82,7 +82,7 @@ public class DelegatePerTargetObjectIntroductionInterceptor extends Introduction
@@ -82,7 +82,7 @@ public class DelegatePerTargetObjectIntroductionInterceptor extends Introduction
@ -98,7 +98,7 @@ public class DelegatingIntroductionInterceptor extends IntroductionInfoSupport
@@ -98,7 +98,7 @@ public class DelegatingIntroductionInterceptor extends IntroductionInfoSupport
@ -213,7 +213,7 @@ public class XmlBeanDefinitionReader extends AbstractBeanDefinitionReader {
@@ -213,7 +213,7 @@ public class XmlBeanDefinitionReader extends AbstractBeanDefinitionReader {
@ -49,7 +49,7 @@ public class ExpectedLookupTemplate extends JndiTemplate {
@@ -49,7 +49,7 @@ public class ExpectedLookupTemplate extends JndiTemplate {
@ -106,7 +106,7 @@ public abstract class AbstractContainerEntityManagerFactoryIntegrationTests
@@ -106,7 +106,7 @@ public abstract class AbstractContainerEntityManagerFactoryIntegrationTests
@ -135,7 +135,7 @@ public abstract class AbstractHtmlElementBodyTag extends AbstractHtmlElementTag
@@ -135,7 +135,7 @@ public abstract class AbstractHtmlElementBodyTag extends AbstractHtmlElementTag
@ -151,7 +151,7 @@ public abstract class AbstractCachingViewResolver extends WebApplicationObjectSu
@@ -151,7 +151,7 @@ public abstract class AbstractCachingViewResolver extends WebApplicationObjectSu
@ -741,10 +741,7 @@ public class CheckboxesTagTests extends AbstractFormTagTests {
@@ -741,10 +741,7 @@ public class CheckboxesTagTests extends AbstractFormTagTests {
@ -763,7 +760,7 @@ public class CheckboxesTagTests extends AbstractFormTagTests {
@@ -763,7 +760,7 @@ public class CheckboxesTagTests extends AbstractFormTagTests {
@ -595,9 +595,9 @@ public class RadioButtonsTagTests extends AbstractFormTagTests {
@@ -595,9 +595,9 @@ public class RadioButtonsTagTests extends AbstractFormTagTests {
@Override
protectedTestBeancreateTestBean(){
Listcolours=newArrayList();
colours.add(Colour.BLUE);
colours.add(Colour.RED);
colours.add(Colour.GREEN);
colours.add(Color.BLUE);
colours.add(Color.RED);
colours.add(Color.GREEN);
Listpets=newArrayList();
pets.add(newPet("Rudiger"));
@ -612,7 +612,7 @@ public class RadioButtonsTagTests extends AbstractFormTagTests {
@@ -612,7 +612,7 @@ public class RadioButtonsTagTests extends AbstractFormTagTests {