Fix a variety of typos throughout the project, primarily in
comments (javadoc or otherwise) but also in a handful of log messages
and a couple exception messages.
ISSUE: SPR-11123
@ -67,7 +67,7 @@ public class DelegatePerTargetObjectIntroductionInterceptor extends Introduction
@@ -67,7 +67,7 @@ public class DelegatePerTargetObjectIntroductionInterceptor extends Introduction
@ -68,7 +68,7 @@ public class CompositeIterator<E> implements Iterator<E> {
@@ -68,7 +68,7 @@ public class CompositeIterator<E> implements Iterator<E> {
returniterator.next();
}
}
thrownewNoSuchElementException("Exhaused all iterators");
thrownewNoSuchElementException("Exhausted all iterators");
@ -340,7 +340,7 @@ public class GenericTableMetaDataProvider implements TableMetaDataProvider {
@@ -340,7 +340,7 @@ public class GenericTableMetaDataProvider implements TableMetaDataProvider {
try{
tables.close();
}catch(SQLExceptione){
logger.warn("Error while closing table meta data reults"+e.getMessage());
logger.warn("Error while closing table meta data results"+e.getMessage());
}
}
}
@ -379,7 +379,7 @@ public class GenericTableMetaDataProvider implements TableMetaDataProvider {
@@ -379,7 +379,7 @@ public class GenericTableMetaDataProvider implements TableMetaDataProvider {
@ -83,7 +83,7 @@ public class SimpleBrokerMessageHandler extends AbstractBrokerMessageHandler {
@@ -83,7 +83,7 @@ public class SimpleBrokerMessageHandler extends AbstractBrokerMessageHandler {
if(!checkDestinationPrefix(destination)){
if(logger.isTraceEnabled()){
logger.trace("Ingoring message to destination="+destination);
logger.trace("Ignoring message to destination="+destination);
@ -48,7 +48,7 @@ public class ServletContextAwareProcessor implements BeanPostProcessor {
@@ -48,7 +48,7 @@ public class ServletContextAwareProcessor implements BeanPostProcessor {
@ -189,7 +189,7 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
@@ -189,7 +189,7 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
@ -513,7 +513,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator
@@ -513,7 +513,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator
@ -1197,7 +1197,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator
@@ -1197,7 +1197,7 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator
@ -82,7 +82,7 @@ public class ServletUriComponentsBuilder extends UriComponentsBuilder {
@@ -82,7 +82,7 @@ public class ServletUriComponentsBuilder extends UriComponentsBuilder {
@ -88,7 +88,7 @@ public class VelocityViewResolver extends AbstractTemplateViewResolver {
@@ -88,7 +88,7 @@ public class VelocityViewResolver extends AbstractTemplateViewResolver {
@ -90,7 +90,7 @@ public class ServerEndpointRegistration extends ServerEndpointConfig.Configurato
@@ -90,7 +90,7 @@ public class ServerEndpointRegistration extends ServerEndpointConfig.Configurato