Author: jstrachan
Date: Thu Oct 2 02:13:56 2008
New Revision: 701050
URL: http://svn.apache.org/viewvc?rev=701050&view=rev
Log:
tiny format improvement
Modified:
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
Modified:
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java?rev=701050&r1=701049&r2=701050&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
(original)
+++
activemq/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/CamelBeanPostProcessor.java
Thu Oct 2 02:13:56 2008
@@ -63,7 +63,7 @@
* <a href="http://activemq.apache.org/camel/pojo-producing.html">POJO
Producing</a> via the
* [EMAIL PROTECTED] org.apache.camel.Produce} annotation along with other
annotations such as
* [EMAIL PROTECTED] org.apache.camel.RecipientList} for creating <a
href="http://activemq.apache.org/camel/recipientlist-annotation.html">a
Recipient List router via annotations</a>.
- * <br>
+ * <p>
* If you use the <camelContext> element in your <a
href="http://activemq.apache.org/camel/spring.html">Spring XML</a>
* then one of these bean post processors is implicity installed and
configured for you. So you should never have to
* explicitly create or configure one of these instances.