You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/03/30 18:07:46 UTC

svn commit: r642764 - /activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java

Author: davsclaus
Date: Sun Mar 30 09:07:43 2008
New Revision: 642764

URL: http://svn.apache.org/viewvc?rev=642764&view=rev
Log:
CAMEL-404 fixed javadoc warnings (camel-http)

Modified:
    activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java

Modified: activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java?rev=642764&r1=642763&r2=642764&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java (original)
+++ activemq/camel/trunk/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java Sun Mar 30 09:07:43 2008
@@ -125,10 +125,10 @@
     }
 
     /**
-     * Register a custom configuration strategy for new {@ilnk HttpClient} instances
+     * Register a custom configuration strategy for new {@link HttpClient} instances
      * created by producers or consumers such as to configure authentication mechanisms etc
      *
-     * @param httpClientConfigurer the strategy for configuring new {@ilnk HttpClient} instances
+     * @param httpClientConfigurer the strategy for configuring new {@link HttpClient} instances
      */
     public void setHttpClientConfigurer(HttpClientConfigurer httpClientConfigurer) {
         this.httpClientConfigurer = httpClientConfigurer;