Author: davsclaus
Date: Fri Sep 18 09:41:31 2009
New Revision: 816562
URL: http://svn.apache.org/viewvc?rev=816562&view=rev
Log:
Polished spelling
Modified:
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/RouteBuilderFinder.java
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/handler/CamelNamespaceHandler.java
Modified:
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/RouteBuilderFinder.java
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/RouteBuilderFinder.java?rev=816562&r1=816561&r2=816562&view=diff
==============================================================================
---
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/RouteBuilderFinder.java
(original)
+++
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/RouteBuilderFinder.java
Fri Sep 18 09:41:31 2009
@@ -29,7 +29,7 @@
import org.springframework.context.ApplicationContext;
/**
- * A helper class which will find all {...@link RouteBuilder} instances on the
classpath
+ * A helper class which will find all {...@link
org.apache.camel.builder.RouteBuilder} instances on the classpath
*
* @version $Revision$
*/
@@ -62,7 +62,7 @@
}
/**
- * Appends all the {...@link RouteBuilder} instances that can be found on
the classpath
+ * Appends all the {...@link org.apache.camel.builder.RouteBuilder}
instances that can be found on the classpath
*/
public void appendBuilders(List<RoutesBuilder> list) throws
IllegalAccessException, InstantiationException {
Set<Class> classes = resolver.findImplementations(RoutesBuilder.class,
packages);
Modified:
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/handler/CamelNamespaceHandler.java
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/handler/CamelNamespaceHandler.java?rev=816562&r1=816561&r2=816562&view=diff
==============================================================================
---
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/handler/CamelNamespaceHandler.java
(original)
+++
camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/handler/CamelNamespaceHandler.java
Fri Sep 18 09:41:31 2009
@@ -397,7 +397,7 @@
if (LOG.isDebugEnabled()) {
LOG.debug("Unregistered default: " +
definition.getBeanClassName() + " with id: " + id
+ " as we have multiple camel contexts and they must use
unique ids."
- + " You must define the defintion in the XML file manually
to avoid id clashes when using multiple camel contexts");
+ + " You must define the definition in the XML file
manually to avoid id clashes when using multiple camel contexts");
}
parserContext.getRegistry().removeBeanDefinition(id);