That's the problem with whitelists, they tend to not get updated. There's a "javadoc" and "javadoc-dev" ant target the first outputs only the publicly available apis, while the dev version generates javadoc for everything. When WatchedEvent was added we must have missed updating the build.xml file.
Please enter a problem report here, thanks! https://issues.apache.org/jira/browse/ZOOKEEPER Regards, Patrick On Mon, May 21, 2012 at 9:55 AM, David Nickerson <[email protected]> wrote: > The stable verson of ZooKeeper is release 3.3.5. The WatchedEvent class is > part of the public API, but the r3.3.5 documentation is missing the > WatchedEvent > class<http://zookeeper.apache.org/doc/r3.3.5/api/index.html?org/apache/zookeeper/package-summary.html>. > The current verson of ZooKeeper is release 3.4.3, and the r3.4.3 > documentation has the WatchedEvent > class<http://zookeeper.apache.org/doc/r3.4.3/api/index.html?org/apache/zookeeper/package-summary.html> > . > > Since my company is using the stable version of ZooKeeper, this has thrown > us for a loop. Is there a reason for this, or is it a mistake?
