Browse Source

ZOOKEEPER-187. CreateMode api docs missing

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@704949 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 16 years ago
parent
commit
337205755c
2 changed files with 3 additions and 0 deletions
  1. 2 0
      CHANGES.txt
  2. 1 0
      build.xml

+ 2 - 0
CHANGES.txt

@@ -35,6 +35,8 @@ Backward compatibile changes:
 
   BUGFIXES: 
 
+  ZOOKEEPER-187. CreateMode api docs missing (phunt)
+
   ZOOKEEPER-186. add new "releasenotes.xml" to forrest documentation
   (phunt)
 

+ 1 - 0
build.xml

@@ -320,6 +320,7 @@
     	<fileset dir="${java.src.dir}">
           <include name="org/apache/**/*Main.java"/>
           <include name="org/apache/zookeeper/AsyncCallback.java"/>
+          <include name="org/apache/zookeeper/CreateMode.java"/>
           <include name="org/apache/zookeeper/KeeperException.java"/>
           <include name="org/apache/zookeeper/ServerAdminClient.java"/>
           <include name="org/apache/zookeeper/Watcher.java"/>