Author: bvahdat
Date: Sun Jan 6 14:23:58 2013
New Revision: 1429530
URL: http://svn.apache.org/viewvc?rev=1429530&view=rev
Log:
Merged revisions 1429529 via svnmerge from
https://svn.apache.org/repos/asf/camel/trunk
........
r1429529 | bvahdat | 2013-01-06 15:22:50 +0100 (So, 06 Jan 2013) | 1 line
CAMEL-5839: make use of the javadoc @deprecated notation as well.
........
Modified:
camel/branches/camel-2.10.x/ (props changed)
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Merged /camel/trunk:r1429529
Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
URL:
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java?rev=1429530&r1=1429529&r2=1429530&view=diff
==============================================================================
---
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
(original)
+++
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperConfiguration.java
Sun Jan 6 14:23:58 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/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
URL:
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java?rev=1429530&r1=1429529&r2=1429530&view=diff
==============================================================================
---
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
(original)
+++
camel/branches/camel-2.10.x/components/camel-zookeeper/src/main/java/org/apache/camel/component/zookeeper/ZooKeeperEndpoint.java
Sun Jan 6 14:23:58 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