You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/05/25 10:13:17 UTC

svn commit: r541580 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java

Author: jstrachan
Date: Fri May 25 01:13:16 2007
New Revision: 541580

URL: http://svn.apache.org/viewvc?view=rev&rev=541580
Log:
fixed up javadoc

Modified:
    activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java

Modified: activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java?view=diff&rev=541580&r1=541579&r2=541580
==============================================================================
--- activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java (original)
+++ activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/Endpoint.java Fri May 25 01:13:16 2007
@@ -70,7 +70,7 @@
     Producer<E> createProducer() throws Exception;
 
     /**
-     * Creates a new <a href="http://activemq.apache.org/camel/event-driven-consumer.html">event based consumer</>
+     * Creates a new <a href="http://activemq.apache.org/camel/event-driven-consumer.html">Event Based Consumer</a>
      * which consumes messages from the endpoint using the given processor
      *
      * @return a newly created consumer