Added: 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=1636737&view=auto ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html (added) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,207 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- 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.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> +<body> +<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.7.0 API)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html" target="_top">Frames</a></li> +<li><a href="VersionedValue.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.curator.framework.recipes.shared.VersionedValue" class="title">Uses of Class<br>org.apache.curator.framework.recipes.shared.VersionedValue</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.curator.framework.recipes.shared">org.apache.curator.framework.recipes.shared</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.curator.framework.recipes.shared"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a> in <a href="../../../../../../../org/apache/curator/framework/recipes/shared/package-summary.html">org.apache.curator.framework.recipes.shared</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/curator/framework/recipes/shared/package-summary.html">org.apache.curator.framework.recipes.shared</a> that return <a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a><byte[]></code></td> +<td class="colLast"><span class="typeNameLabel">SharedValueReader.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedValueReader.html#getVersionedValue--">getVersionedValue</a></span>()</code> +<div class="block">Return the current version and value</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a><byte[]></code></td> +<td class="colLast"><span class="typeNameLabel">SharedValue.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedValue.html#getVersionedValue--">getVersionedValue</a></span>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a><<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>></code></td> +<td class="colLast"><span class="typeNameLabel">SharedCountReader.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedCountReader.html#getVersionedValue--">getVersionedValue</a></span>()</code> +<div class="block">Return the current count and version</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a><<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>></code></td> +<td class="colLast"><span class="typeNameLabel">SharedCount.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/curator/framework/recipes/shared/SharedCount.html#getVersionedValue--">getVersionedValue</a></span>()</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/curator/framework/recipes/shared/package-summary.html">org.apache.curator.framework.recipes.shared</a> with parameters of type <a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">VersionedValue</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<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-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><<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>> previous, + int 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-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><byte[]> previous, + byte[] newValue)</code> +<div class="block">Changes the shared value only if its value has not changed since the version specified by + newValue.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="class in org.apache.curator.framework.recipes.shared">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/curator/framework/recipes/shared/class-use/VersionedValue.html" target="_top">Frames</a></li> +<li><a href="VersionedValue.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -27,4 +27,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -190,4 +190,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -153,4 +153,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -199,4 +199,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -421,4 +421,4 @@ not permitted.)</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -238,4 +238,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -401,4 +401,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -260,4 +260,4 @@ the order they are declared.</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -391,4 +391,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -26,4 +26,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -175,4 +175,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -152,4 +152,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -325,4 +325,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -35,4 +35,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -223,4 +223,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -174,4 +174,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -366,4 +366,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -361,4 +361,4 @@ extends <a href="../../../../org/apache/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -368,4 +368,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -328,4 +328,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -319,4 +319,4 @@ extends <a href="../../../../org/apache/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -324,4 +324,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -22,4 +22,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -167,4 +167,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -146,4 +146,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -163,4 +163,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -342,4 +342,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -270,4 +270,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -293,4 +293,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -508,4 +508,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -323,4 +323,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -357,4 +357,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -525,4 +525,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -569,4 +569,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -370,4 +370,4 @@ implements <a href="../../../../org/apac <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -438,4 +438,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -555,4 +555,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -285,4 +285,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -269,4 +269,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -163,4 +163,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> 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=1636737&r1=1636736&r2=1636737&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 21:14:52 2014 @@ -163,4 +163,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/test/class-use/Timing.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/Timing.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/test/class-use/Timing.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/test/class-use/Timing.html Tue Nov 4 21:14:52 2014 @@ -171,4 +171,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/test/class-use/ZooKeeperMainFace.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/class-use/ZooKeeperMainFace.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/test/class-use/ZooKeeperMainFace.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/test/class-use/ZooKeeperMainFace.html Tue Nov 4 21:14:52 2014 @@ -163,4 +163,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/test/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/test/package-frame.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/test/package-frame.html Tue Nov 4 21:14:52 2014 @@ -32,4 +32,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/test/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/test/package-summary.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/test/package-summary.html Tue Nov 4 21:14:52 2014 @@ -209,4 +209,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/test/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/test/package-tree.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/test/package-tree.html Tue Nov 4 21:14:52 2014 @@ -166,4 +166,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/test/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/test/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/test/package-use.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/test/package-use.html Tue Nov 4 21:14:52 2014 @@ -179,4 +179,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalFutureTask.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalFutureTask.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalFutureTask.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalFutureTask.html Tue Nov 4 21:14:52 2014 @@ -260,4 +260,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalScheduledFutureTask.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalScheduledFutureTask.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalScheduledFutureTask.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.InternalScheduledFutureTask.html Tue Nov 4 21:14:52 2014 @@ -365,4 +365,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/CloseableExecutorService.html Tue Nov 4 21:14:52 2014 @@ -442,4 +442,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/CloseableScheduledExecutorService.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/CloseableScheduledExecutorService.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/CloseableScheduledExecutorService.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/CloseableScheduledExecutorService.html Tue Nov 4 21:14:52 2014 @@ -403,4 +403,4 @@ extends <a href="../../../../org/apache/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/CloseableUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/CloseableUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/CloseableUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/CloseableUtils.html Tue Nov 4 21:14:52 2014 @@ -292,4 +292,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/DebugUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/DebugUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/DebugUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/DebugUtils.html Tue Nov 4 21:14:52 2014 @@ -276,4 +276,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/DefaultTracerDriver.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/DefaultTracerDriver.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/DefaultTracerDriver.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/DefaultTracerDriver.html Tue Nov 4 21:14:52 2014 @@ -318,4 +318,4 @@ implements <a href="../../../../org/apac <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/DefaultZookeeperFactory.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/DefaultZookeeperFactory.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/DefaultZookeeperFactory.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/DefaultZookeeperFactory.html Tue Nov 4 21:14:52 2014 @@ -302,4 +302,4 @@ implements <a href="../../../../org/apac <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/EnsurePath.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/EnsurePath.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/EnsurePath.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/EnsurePath.html Tue Nov 4 21:14:52 2014 @@ -366,4 +366,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/InternalACLProvider.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/InternalACLProvider.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/InternalACLProvider.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/InternalACLProvider.html Tue Nov 4 21:14:52 2014 @@ -257,4 +257,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/PathUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/PathUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/PathUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/PathUtils.html Tue Nov 4 21:14:52 2014 @@ -313,4 +313,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/ThreadUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/ThreadUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/ThreadUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/ThreadUtils.html Tue Nov 4 21:14:52 2014 @@ -339,4 +339,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.PathAndNode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.PathAndNode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.PathAndNode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.PathAndNode.html Tue Nov 4 21:14:52 2014 @@ -289,4 +289,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/ZKPaths.html Tue Nov 4 21:14:52 2014 @@ -516,4 +516,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/ZookeeperFactory.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/ZookeeperFactory.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/ZookeeperFactory.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/ZookeeperFactory.html Tue Nov 4 21:14:52 2014 @@ -248,4 +248,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalFutureTask.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalFutureTask.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalFutureTask.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalFutureTask.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalScheduledFutureTask.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalScheduledFutureTask.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalScheduledFutureTask.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.InternalScheduledFutureTask.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableExecutorService.html Tue Nov 4 21:14:52 2014 @@ -228,4 +228,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableScheduledExecutorService.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableScheduledExecutorService.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableScheduledExecutorService.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableScheduledExecutorService.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/CloseableUtils.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DebugUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DebugUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DebugUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DebugUtils.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultTracerDriver.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultTracerDriver.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultTracerDriver.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultTracerDriver.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultZookeeperFactory.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultZookeeperFactory.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultZookeeperFactory.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/DefaultZookeeperFactory.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/EnsurePath.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/EnsurePath.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/EnsurePath.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/EnsurePath.html Tue Nov 4 21:14:52 2014 @@ -211,4 +211,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/InternalACLProvider.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/InternalACLProvider.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/InternalACLProvider.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/InternalACLProvider.html Tue Nov 4 21:14:52 2014 @@ -224,4 +224,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/PathUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/PathUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/PathUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/PathUtils.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ThreadUtils.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ThreadUtils.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ThreadUtils.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ThreadUtils.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.PathAndNode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.PathAndNode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.PathAndNode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.PathAndNode.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZKPaths.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZookeeperFactory.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZookeeperFactory.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZookeeperFactory.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/class-use/ZookeeperFactory.html Tue Nov 4 21:14:52 2014 @@ -224,4 +224,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/package-frame.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/package-frame.html Tue Nov 4 21:14:52 2014 @@ -33,4 +33,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/package-summary.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/package-summary.html Tue Nov 4 21:14:52 2014 @@ -215,4 +215,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/package-tree.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/package-tree.html Tue Nov 4 21:14:52 2014 @@ -160,4 +160,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/utils/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/utils/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/utils/package-use.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/utils/package-use.html Tue Nov 4 21:14:52 2014 @@ -306,4 +306,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html>
