AMQ-2900 Updated the java doc of activemq-camel component

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@993191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Willem Ning Jiang 2010-09-07 01:28:45 +00:00
parent 8d283c5d39
commit 3c39b5d40b
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ public class ActiveMQComponent extends JmsComponent {
private CamelEndpointLoader endpointLoader;
/**
* Creates an <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a>
* Creates an <a href="http://camel.apache.org/activemq.html">ActiveMQ Component</a>
*
* @return the created component
*/
@ -47,7 +47,7 @@ public class ActiveMQComponent extends JmsComponent {
}
/**
* Creates an <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a>
* Creates an <a href="http://camel.apache.org/activemq.html">ActiveMQ Component</a>
* connecting to the given <a href="http://activemq.apache.org/configuring-transports.html">broker URL</a>
*
* @param brokerURL the URL to connect to

View File

@ -24,7 +24,7 @@ import java.io.File;
import java.util.Map;
/**
* The <a href="http://activemq.apache.org/camel/activemq.html">ActiveMQ Component</a>
* The <a href="http://camel.apache.org/activemq-journal.html">ActiveMQ Journal Component</a>
*
* @version $Revision$
*/