Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:28 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.curator.framework.recipes.shared.VersionedValue (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class 
org.apache.curator.framework.recipes.shared.VersionedValue (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.framework.recipes.shared.VersionedValue (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.framework.recipes.shared.VersionedValue (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {
@@ -134,14 +134,16 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">SharedCount.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedCount.html#trySetCount-org.apache.curator.framework.recipes.shared.VersionedValue-">trySetCount</a></span>(<a
 
href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html"
 title="class in 
org.apache.curator.framework.recipes.shared">VersionedValue</a>&lt;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;newCount)</code>
+<td class="colLast"><span class="typeNameLabel">SharedCount.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedCount.html#trySetCount-org.apache.curator.framework.recipes.shared.VersionedValue-int-">trySetCount</a></span>(<a
 
href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html"
 title="class in 
org.apache.curator.framework.recipes.shared">VersionedValue</a>&lt;<a 
href="http://docs.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true";
 title="class or interface in java.lang">Integer</a>&gt;&nbsp;previous,
+           int&nbsp;newCount)</code>
 <div class="block">Changes the shared count only if its value has not changed 
since the version specified by
  newCount.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="typeNameLabel">SharedValue.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedValue.html#trySetValue-org.apache.curator.framework.recipes.shared.VersionedValue-">trySetValue</a></span>(<a
 
href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html"
 title="class in 
org.apache.curator.framework.recipes.shared">VersionedValue</a>&lt;byte[]&gt;&nbsp;newValue)</code>
+<td class="colLast"><span class="typeNameLabel">SharedValue.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedValue.html#trySetValue-org.apache.curator.framework.recipes.shared.VersionedValue-byte:A-">trySetValue</a></span>(<a
 
href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html"
 title="class in 
org.apache.curator.framework.recipes.shared">VersionedValue</a>&lt;byte[]&gt;&nbsp;previous,
+           byte[]&nbsp;newValue)</code>
 <div class="block">Changes the shared value only if its value has not changed 
since the version specified by
  newValue.</div>
 </td>

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-frame.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-frame.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-frame.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-frame.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.framework.recipes.shared (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.framework.recipes.shared (Apache Curator 2.7.0 
API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-summary.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-summary.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-summary.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-summary.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.framework.recipes.shared (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.framework.recipes.shared (Apache Curator 2.7.0 
API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator.framework.recipes.shared 
(Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator.framework.recipes.shared 
(Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-tree.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-tree.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-tree.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-tree.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.framework.recipes.shared Class Hierarchy (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.framework.recipes.shared Class Hierarchy (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator.framework.recipes.shared 
Class Hierarchy (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator.framework.recipes.shared 
Class Hierarchy (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-use.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-use.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-use.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/package-use.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:28 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.curator.framework.recipes.shared (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Package org.apache.curator.framework.recipes.shared (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package 
org.apache.curator.framework.recipes.shared (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="Uses of Package 
org.apache.curator.framework.recipes.shared (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionState.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionState.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionState.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionState.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:25 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConnectionState (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>ConnectionState (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConnectionState (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="ConnectionState (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateListener.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateListener.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateListener.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateListener.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:25 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConnectionStateListener (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>ConnectionStateListener (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConnectionStateListener (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="ConnectionStateListener (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateManager.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateManager.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateManager.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/ConnectionStateManager.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:25 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConnectionStateManager (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>ConnectionStateManager (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConnectionStateManager (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="ConnectionStateManager (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionState.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionState.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionState.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionState.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.framework.state.ConnectionState 
(Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.framework.state.ConnectionState 
(Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.framework.state.ConnectionState (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.framework.state.ConnectionState (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateListener.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateListener.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateListener.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateListener.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface 
org.apache.curator.framework.state.ConnectionStateListener (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Interface 
org.apache.curator.framework.state.ConnectionStateListener (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface 
org.apache.curator.framework.state.ConnectionStateListener (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Interface 
org.apache.curator.framework.state.ConnectionStateListener (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateManager.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateManager.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateManager.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/class-use/ConnectionStateManager.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.framework.state.ConnectionStateManager 
(Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.framework.state.ConnectionStateManager 
(Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.framework.state.ConnectionStateManager (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.framework.state.ConnectionStateManager (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-frame.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/package-frame.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-frame.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-frame.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.framework.state (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.framework.state (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-summary.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/package-summary.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-summary.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-summary.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.framework.state (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.framework.state (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator.framework.state (Apache 
Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator.framework.state (Apache 
Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-tree.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/package-tree.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-tree.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-tree.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.framework.state Class Hierarchy (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.framework.state Class Hierarchy (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator.framework.state Class 
Hierarchy (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator.framework.state Class 
Hierarchy (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-use.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/state/package-use.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-use.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/framework/state/package-use.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:28 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.curator.framework.state (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Package org.apache.curator.framework.state (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package 
org.apache.curator.framework.state (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Package 
org.apache.curator.framework.state (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/package-frame.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/package-frame.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/package-frame.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/package-frame.html Tue Nov  4 
00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:26 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>

Modified: curator/site/trunk/apidocs/org/apache/curator/package-summary.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/package-summary.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/package-summary.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/package-summary.html Tue Nov  
4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:26 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/package-tree.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/package-tree.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/package-tree.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/package-tree.html Tue Nov  4 
00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:26 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator Class Hierarchy (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator Class Hierarchy (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator Class Hierarchy (Apache 
Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator Class Hierarchy (Apache 
Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/package-use.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/package-use.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/package-use.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/package-use.html Tue Nov  4 
00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:28 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.curator (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Package org.apache.curator (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.curator (Apache 
Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.curator (Apache 
Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/BoundedExponentialBackoffRetry.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/BoundedExponentialBackoffRetry.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/BoundedExponentialBackoffRetry.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/BoundedExponentialBackoffRetry.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:24 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BoundedExponentialBackoffRetry (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>BoundedExponentialBackoffRetry (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BoundedExponentialBackoffRetry (Apache 
Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="BoundedExponentialBackoffRetry (Apache 
Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/ExponentialBackoffRetry.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/ExponentialBackoffRetry.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/ExponentialBackoffRetry.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/ExponentialBackoffRetry.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:24 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExponentialBackoffRetry (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>ExponentialBackoffRetry (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExponentialBackoffRetry (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="ExponentialBackoffRetry (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/retry/RetryNTimes.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/RetryNTimes.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/RetryNTimes.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/RetryNTimes.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:24 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RetryNTimes (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>RetryNTimes (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RetryNTimes (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="RetryNTimes (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/retry/RetryOneTime.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/RetryOneTime.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/RetryOneTime.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/RetryOneTime.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:24 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RetryOneTime (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>RetryOneTime (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RetryOneTime (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="RetryOneTime (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/RetryUntilElapsed.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/RetryUntilElapsed.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/RetryUntilElapsed.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/RetryUntilElapsed.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:24 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:38 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RetryUntilElapsed (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>RetryUntilElapsed (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RetryUntilElapsed (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="RetryUntilElapsed (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/BoundedExponentialBackoffRetry.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/class-use/BoundedExponentialBackoffRetry.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/BoundedExponentialBackoffRetry.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/BoundedExponentialBackoffRetry.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.retry.BoundedExponentialBackoffRetry 
(Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.retry.BoundedExponentialBackoffRetry 
(Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.retry.BoundedExponentialBackoffRetry (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.retry.BoundedExponentialBackoffRetry (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/ExponentialBackoffRetry.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/class-use/ExponentialBackoffRetry.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/ExponentialBackoffRetry.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/ExponentialBackoffRetry.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.retry.ExponentialBackoffRetry (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.retry.ExponentialBackoffRetry (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.retry.ExponentialBackoffRetry (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.curator.retry.ExponentialBackoffRetry (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryNTimes.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryNTimes.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryNTimes.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryNTimes.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.retry.RetryNTimes (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.retry.RetryNTimes (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.retry.RetryNTimes (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.retry.RetryNTimes (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryOneTime.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryOneTime.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryOneTime.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryOneTime.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.retry.RetryOneTime (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.retry.RetryOneTime (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.retry.RetryOneTime (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.retry.RetryOneTime (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryUntilElapsed.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryUntilElapsed.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryUntilElapsed.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/retry/class-use/RetryUntilElapsed.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.retry.RetryUntilElapsed (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.retry.RetryUntilElapsed (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.retry.RetryUntilElapsed (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.retry.RetryUntilElapsed (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/retry/package-frame.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/package-frame.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/package-frame.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/package-frame.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.retry (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.retry (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: 
curator/site/trunk/apidocs/org/apache/curator/retry/package-summary.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/package-summary.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/package-summary.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/package-summary.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.retry (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.retry (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator.retry (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator.retry (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/retry/package-tree.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/package-tree.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/package-tree.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/package-tree.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:40 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.curator.retry Class Hierarchy (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>org.apache.curator.retry Class Hierarchy (Apache Curator 2.7.0 
API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.curator.retry Class Hierarchy 
(Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="org.apache.curator.retry Class Hierarchy 
(Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/retry/package-use.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/retry/package-use.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/retry/package-use.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/retry/package-use.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:28 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.curator.retry (Apache Curator 2.6.1-SNAPSHOT 
API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Package org.apache.curator.retry (Apache Curator 2.7.0 
API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.curator.retry 
(Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.curator.retry 
(Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/BaseClassForTests.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/BaseClassForTests.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/BaseClassForTests.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/BaseClassForTests.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BaseClassForTests (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>BaseClassForTests (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="BaseClassForTests (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="BaseClassForTests (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/ByteCodeRewrite.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/ByteCodeRewrite.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/ByteCodeRewrite.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/ByteCodeRewrite.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ByteCodeRewrite (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>ByteCodeRewrite (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ByteCodeRewrite (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="ByteCodeRewrite (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/test/DirectoryUtils.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/DirectoryUtils.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/DirectoryUtils.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/DirectoryUtils.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DirectoryUtils (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>DirectoryUtils (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DirectoryUtils (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="DirectoryUtils (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/test/InstanceSpec.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/InstanceSpec.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/InstanceSpec.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/InstanceSpec.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InstanceSpec (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>InstanceSpec (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InstanceSpec (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="InstanceSpec (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/test/KillSession.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/KillSession.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/KillSession.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/KillSession.html Tue Nov 
 4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KillSession (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>KillSession (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KillSession (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="KillSession (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/QuorumConfigBuilder.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/QuorumConfigBuilder.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/QuorumConfigBuilder.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/QuorumConfigBuilder.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>QuorumConfigBuilder (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>QuorumConfigBuilder (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="QuorumConfigBuilder (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="QuorumConfigBuilder (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/test/TestingCluster.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/TestingCluster.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/TestingCluster.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/TestingCluster.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TestingCluster (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>TestingCluster (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TestingCluster (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="TestingCluster (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/test/TestingServer.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/TestingServer.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/TestingServer.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/TestingServer.html Tue 
Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TestingServer (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>TestingServer (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TestingServer (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="TestingServer (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperMain.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperMain.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperMain.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperMain.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TestingZooKeeperMain (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>TestingZooKeeperMain (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TestingZooKeeperMain (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="TestingZooKeeperMain (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperServer.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperServer.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperServer.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/TestingZooKeeperServer.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TestingZooKeeperServer (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>TestingZooKeeperServer (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TestingZooKeeperServer (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="TestingZooKeeperServer (Apache Curator 
2.7.0 API)";
         }
     }
     catch(err) {

Modified: curator/site/trunk/apidocs/org/apache/curator/test/Timing.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/Timing.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/Timing.html (original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/Timing.html Tue Nov  4 
00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Timing (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Timing (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Timing (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Timing (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/ZooKeeperMainFace.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/ZooKeeperMainFace.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- curator/site/trunk/apidocs/org/apache/curator/test/ZooKeeperMainFace.html 
(original)
+++ curator/site/trunk/apidocs/org/apache/curator/test/ZooKeeperMainFace.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:23 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:37 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ZooKeeperMainFace (Apache Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>ZooKeeperMainFace (Apache Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ZooKeeperMainFace (Apache Curator 
2.6.1-SNAPSHOT API)";
+            parent.document.title="ZooKeeperMainFace (Apache Curator 2.7.0 
API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/BaseClassForTests.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/BaseClassForTests.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/BaseClassForTests.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/BaseClassForTests.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.BaseClassForTests (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.BaseClassForTests (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.BaseClassForTests (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.BaseClassForTests (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/ByteCodeRewrite.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/ByteCodeRewrite.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/ByteCodeRewrite.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/ByteCodeRewrite.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.ByteCodeRewrite (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.ByteCodeRewrite (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.ByteCodeRewrite (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.ByteCodeRewrite (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/DirectoryUtils.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/DirectoryUtils.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/DirectoryUtils.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/DirectoryUtils.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.DirectoryUtils (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.DirectoryUtils (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.DirectoryUtils (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.DirectoryUtils (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/InstanceSpec.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/InstanceSpec.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/InstanceSpec.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/InstanceSpec.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.InstanceSpec (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.InstanceSpec (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.InstanceSpec (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.InstanceSpec (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/KillSession.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/KillSession.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/KillSession.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/KillSession.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.KillSession (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.KillSession (Apache Curator 2.7.0 
API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.KillSession (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.KillSession (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/QuorumConfigBuilder.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/QuorumConfigBuilder.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/QuorumConfigBuilder.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/QuorumConfigBuilder.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.QuorumConfigBuilder (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.QuorumConfigBuilder (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.QuorumConfigBuilder (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.QuorumConfigBuilder (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingCluster.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingCluster.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingCluster.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingCluster.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.TestingCluster (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.TestingCluster (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.TestingCluster (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.TestingCluster (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingServer.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingServer.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingServer.html 
(original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingServer.html 
Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.TestingServer (Apache Curator 
2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.TestingServer (Apache Curator 
2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.TestingServer (Apache Curator 2.6.1-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.TestingServer (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperMain.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperMain.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperMain.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperMain.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.TestingZooKeeperMain (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.TestingZooKeeperMain (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.TestingZooKeeperMain (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.TestingZooKeeperMain (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {

Modified: 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperServer.html
URL: 
http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperServer.html?rev=1636479&r1=1636478&r2=1636479&view=diff
==============================================================================
--- 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperServer.html
 (original)
+++ 
curator/site/trunk/apidocs/org/apache/curator/test/class-use/TestingZooKeeperServer.html
 Tue Nov  4 00:29:50 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0) on Fri Oct 03 16:47:27 EDT 2014 -->
+<!-- Generated by javadoc (1.8.0) on Mon Nov 03 19:19:41 EST 2014 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.curator.test.TestingZooKeeperServer (Apache 
Curator 2.6.1-SNAPSHOT API)</title>
-<meta name="date" content="2014-10-03">
+<title>Uses of Class org.apache.curator.test.TestingZooKeeperServer (Apache 
Curator 2.7.0 API)</title>
+<meta name="date" content="2014-11-03">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.curator.test.TestingZooKeeperServer (Apache Curator 2.6.1-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.curator.test.TestingZooKeeperServer (Apache Curator 2.7.0 API)";
         }
     }
     catch(err) {


Reply via email to