Author: bvahdat
Date: Sun Jan  6 14:22:50 2013
New Revision: 1429529

URL: http://svn.apache.org/viewvc?rev=1429529&view=rev
Log:
CAMEL-5839: make use of the javadoc @deprecated notation as well.

Modified:
    
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
    
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java

Modified: 
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java?rev=1429529&r1=1429528&r2=1429529&view=diff
==============================================================================
--- 
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
 (original)
+++ 
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
 Sun Jan  6 14:22:50 2013
@@ -128,7 +128,7 @@ public class ZooKeeperConfiguration impl
     }
 
     /**
-     * The usage of this option has no effect at all.
+     * @deprecated The usage of this option has no effect at all.
      */
     @Deprecated
     public boolean shouldAwaitExistence() {
@@ -136,7 +136,7 @@ public class ZooKeeperConfiguration impl
     }
 
     /**
-     * The usage of this option has no effect at all.
+     * @deprecated The usage of this option has no effect at all.
      */
     @Deprecated
     public void setAwaitExistence(boolean awaitExistence) {

Modified: 
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java?rev=1429529&r1=1429528&r2=1429529&view=diff
==============================================================================
--- 
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
 (original)
+++ 
camel/trunk/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
 Sun Jan  6 14:22:50 2013
@@ -145,7 +145,7 @@ public class ZooKeeperEndpoint extends D
     }
 
     /**
-     * The usage of this property has no effect at all.
+     * @deprecated The usage of this property has no effect at all.
      */
     @Deprecated
     @ManagedAttribute
@@ -154,7 +154,7 @@ public class ZooKeeperEndpoint extends D
     }
 
     /**
-     * The usage of this property has no effect at all.
+     * @deprecated The usage of this property has no effect at all.
      */
     @Deprecated
     @ManagedAttribute


Reply via email to