You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by bu...@apache.org on 2017/11/29 17:09:47 UTC

[1/4] yetus git commit: git hash 90cd34ec098922853667436181e4c97e0d77bfdf

Repository: yetus
Updated Branches:
  refs/heads/asf-site 3c27a5590 -> b187b462f


http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/in-progress/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/core/index.html b/documentation/in-progress/precommit-apidocs/core/index.html
index 19cd6ae..43248c3 100644
--- a/documentation/in-progress/precommit-apidocs/core/index.html
+++ b/documentation/in-progress/precommit-apidocs/core/index.html
@@ -158,16 +158,35 @@
 <ul>
 <li><a href="#list_plugins">list_plugins</a></li>
 <li><a href="#plugin_usage_output">plugin_usage_output</a></li>
+<li><a href="#reaper_add_name">reaper_add_name</a></li>
 <li><a href="#yetus_add_header">yetus_add_header</a></li>
 <li><a href="#yetus_add_option">yetus_add_option</a></li>
 <li><a href="#yetus_comma_to_array">yetus_comma_to_array</a></li>
 <li><a href="#yetus_generic_columnprinter">yetus_generic_columnprinter</a></li>
 </ul></li>
+<li>Private/Stable/Replaceable
+
+<ul>
+<li><a href="#reaper_initialize">reaper_initialize</a></li>
+</ul></li>
+<li>Private/Evolving/Replaceable
+
+<ul>
+<li><a href="#pid_kill">pid_kill</a></li>
+</ul></li>
 <li>None/None/Not Replaceable
 
 <ul>
 <li><a href="#docker_version">docker_version</a></li>
 </ul></li>
+<li>Private/Evolving/Replaceable
+
+<ul>
+<li><a href="#reaper_coproc_func">reaper_coproc_func</a></li>
+<li><a href="#reaper_finalize_results">reaper_finalize_results</a></li>
+<li><a href="#reaper_post_exec">reaper_post_exec</a></li>
+<li><a href="#reaper_total_count">reaper_total_count</a></li>
+</ul></li>
 </ul>
 
 <hr>
@@ -1131,6 +1150,41 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
+<h3 id="reaper_add_name"><code>reaper_add_name</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>reaper_add_name
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Add a regex to the reaper&rsquo;s checklist NOTE: Users WILL override anything added before argument parsing!</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Public</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">No</td>
+</tr>
+</tbody></table>
 <h3 id="yetus_add_header"><code>yetus_add_header</code></h3>
 
 <ul>
@@ -1271,6 +1325,80 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
+<h2 id="private-stable-replaceable">Private/Stable/Replaceable</h2>
+
+<h3 id="reaper_initialize"><code>reaper_initialize</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>reaper_initialize ## @params       arguments
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Initialize the reaper</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Stable</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
+<h2 id="private-evolving-replaceable">Private/Evolving/Replaceable</h2>
+
+<h3 id="pid_kill"><code>pid_kill</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>pid_kill pid
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Kill a process id</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
 <h2 id="none-none-not-replaceable">None/None/Not Replaceable</h2>
 
 <h3 id="docker_version"><code>docker_version</code></h3>
@@ -1308,6 +1436,148 @@
 <td style="text-align: left">No</td>
 </tr>
 </tbody></table>
+<h2 id="private-evolving-replaceable">Private/Evolving/Replaceable</h2>
+
+<h3 id="reaper_coproc_func"><code>reaper_coproc_func</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>reaper_coproc_func
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Reaper coprocessor function that runs outside the law</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
+<h3 id="reaper_finalize_results"><code>reaper_finalize_results</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>reaper_finalize_results ## @params       jdkname
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Reaper output to the user</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
+<h3 id="reaper_post_exec"><code>reaper_post_exec</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>reaper_post_exec ## @params       module ## @params       testlog ## @params       testfrag
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Run the reaper</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
+<h3 id="reaper_total_count"><code>reaper_total_count</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>reaper_total_count ## @params       jdkname
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Reaper output to the user</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
     </div>
       <div class="container">
     <hr>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/in-progress/precommit-apidocs/test-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-apidocs/test-patch/index.html b/documentation/in-progress/precommit-apidocs/test-patch/index.html
index 551bafe..19309c1 100644
--- a/documentation/in-progress/precommit-apidocs/test-patch/index.html
+++ b/documentation/in-progress/precommit-apidocs/test-patch/index.html
@@ -185,6 +185,8 @@
 <li>Private/Evolving/Replaceable
 
 <ul>
+<li><a href="#start_coprocessors">start_coprocessors</a></li>
+<li><a href="#stop_coprocessors">stop_coprocessors</a></li>
 <li><a href="#verify_patchdir_still_exists">verify_patchdir_still_exists</a></li>
 </ul></li>
 </ul>
@@ -1835,6 +1837,76 @@
 </tbody></table>
 <h2 id="private-evolving-replaceable">Private/Evolving/Replaceable</h2>
 
+<h3 id="start_coprocessors"><code>start_coprocessors</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>start_coprocessors
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Start any coprocessors</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
+<h3 id="stop_coprocessors"><code>stop_coprocessors</code></h3>
+
+<ul>
+<li>Synopsis</li>
+</ul>
+<pre class="highlight plaintext"><code>stop_coprocessors
+</code></pre>
+<ul>
+<li>Description</li>
+</ul>
+
+<p>Stop any coprocessors</p>
+
+<ul>
+<li>Returns</li>
+</ul>
+
+<p>Nothing</p>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">Classification</th>
+<th style="text-align: left">Level</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left">Audience</td>
+<td style="text-align: left">Private</td>
+</tr>
+<tr>
+<td style="text-align: left">Stability</td>
+<td style="text-align: left">Evolving</td>
+</tr>
+<tr>
+<td style="text-align: left">Replaceable</td>
+<td style="text-align: left">Yes</td>
+</tr>
+</tbody></table>
 <h3 id="verify_patchdir_still_exists"><code>verify_patchdir_still_exists</code></h3>
 
 <ul>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/in-progress/precommit-basic/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-basic/index.html b/documentation/in-progress/precommit-basic/index.html
index 32e0a7d..2af3137 100644
--- a/documentation/in-progress/precommit-basic/index.html
+++ b/documentation/in-progress/precommit-basic/index.html
@@ -156,7 +156,7 @@ as a whole.</p>
 
 <ul>
 <li>git-based project (and git 1.7.3 or higher installed)</li>
-<li>bash v3.2 or higher</li>
+<li>bash v3.2 or higher (bash v4.0 or higher is recommended)</li>
 <li>GNU diff</li>
 <li>GNU patch</li>
 <li>POSIX awk</li>
@@ -257,11 +257,13 @@ as a whole.</p>
 
 <h1 id="fork-bomb-protection">Fork Bomb Protection</h1>
 
-<p>By default, test-patch.sh will set the user soft limit (ulimit -Su) to a relatively low 1,000 processes (and, on some operating systems, threads!). This is to prevent errant processes from eating up all system resources.  If this limit is too low (e.g., highly threaded Java processes), it may be necessary to use the <code>--proclimit</code> option.  For example:</p>
+<p>By default, test-patch.sh will set the user soft limit (ulimit -Su) to a relatively low 1,000 processes (and, on some operating systems with some languages such as Java, threads!). This is to prevent errant processes from eating up all system resources.  If this limit is too low, it may be necessary to use the <code>--proclimit</code> option.  For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch --proclimit<span class="o">=</span>10000
 </code></pre>
 <p>&hellip; will set it to be 10,000 processes.</p>
 
+<p>NOTE: The actual implementation of this feature is dependent upon the version of Bash.  For bash v4 and higher (most operating systems), the fork bomb protection is generally only used for the build and QA tools.  This means Apache Yetus should continue to function. For earlier versions of bash (e.g., OS X), the limit is applied to all of test-patch. If the limit is hit, Apache Yetus will itself likely crash.</p>
+
 <h1 id="automation">Automation</h1>
 
 <p>After the tests have run, there is a directory that contains all of the test-patch related artifacts.  This is generally referred to as the patchprocess directory.  By default, test-patch tries to make something off of /tmp to contain this content.  Using the <code>--patch-dir</code> option, one can specify exactly which directory to use.  This is helpful for automated precommit testing so that Jenkins or other automated workflow system knows where to look to gather up the output.</p>
@@ -303,7 +305,7 @@ have a location to look at the output artifacts:</p>
 <p>It is a fairly common practice within the Apache community to use Apache&rsquo;s JIRA instance to store potential patches.  As a result, test-patch supports providing just a JIRA issue number.  test-patch will find the <em>last</em> attachment, download it, then process it.</p>
 
 <p><strong>NOTE: test-patch expects the patch files to follow a particular naming convention. For complete details
- on the naming convention please refer to <a href="./precommit-patchnames/">patch-naming-conventions</a></strong></p>
+ on the naming convention please refer to <a href="../precommit-patchnames/">patch-naming-conventions</a></strong></p>
 
 <p>For example:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> HADOOP-9905
@@ -365,9 +367,9 @@ have a location to look at the output artifacts:</p>
 <p>test-patch also has a mode to utilize Docker:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span><span class="nb">test</span>-patch.sh <span class="o">(</span>other options<span class="o">)</span> --docker
 </code></pre>
-<p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile, see the advanced guide.</p>
+<p>This will do some preliminary setup and then re-execute itself inside a Docker container.  For more information on how to provide a custom Dockerfile and other Docker-specific features, see the advanced guide.</p>
 
-<h2 id="in-closing">In Closing</h2>
+<h1 id="in-closing">In Closing</h1>
 
 <p>test-patch has many other features and command line options for the basic user.  Many of these are self-explanatory.  To see the list of options, run test-patch.sh without any options or with &ndash;help.</p>
 


[2/4] yetus git commit: git hash 90cd34ec098922853667436181e4c97e0d77bfdf

Posted by bu...@apache.org.
http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index b23b8e6..25abb48 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 6548c9e..bd35ba3 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index 1c6a8b7..db5bb45 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index ed00cfe..0990982 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index 02e5ec1..134eddd 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 06afc4c..24ddff4 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 52869aa..8591ed9 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 2ad3443..1bbe881 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index 11fd07d..db36e93 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index f47cd40..da6c0cb 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index cf2fabc..6bd5739 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index e558779..5030fb0 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 99febd3..c702e58 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 7c534f6..edf65dc 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 0aaacb6..800b3ac 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
index de2fb02..40c71ba 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
index a4ac33a..faa2b99 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
index cd8d06b..37f702b 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/CHANGES/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/CHANGES/index.html b/documentation/0.6.0/CHANGES/index.html
index 7085b1d..dd11529 100644
--- a/documentation/0.6.0/CHANGES/index.html
+++ b/documentation/0.6.0/CHANGES/index.html
@@ -265,6 +265,24 @@
 <td style="text-align: left">Adam Szita</td>
 </tr>
 </tbody></table>
+<h3 id="other">OTHER:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-565">YETUS-565</a></td>
+<td style="text-align: left">Release 0.6.0</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+</tbody></table>
     </div>
       <div class="container">
     <hr>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
index 21c5f10..ecf2b4c 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
index c266407..9e4fa9a 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/constant-values.html b/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
index 49b15a0..d9bee6a 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
index 342841a..8c28052 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/help-doc.html b/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
index 0646387..1c61112 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/index-all.html b/documentation/0.6.0/audience-annotations-apidocs/index-all.html
index 8510b89..a1e5dfe 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/index.html b/documentation/0.6.0/audience-annotations-apidocs/index.html
index b0eef66..3a27130 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.6.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index cf51b02..bdc7dc4 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:05 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 5e23714..e871ecb 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index c508181..90f79ab 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index fca320a..fcee8d0 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:05 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 0afa33c..bad8022 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index 2215d97..55e72b4 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 7934baa..7af4188 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index e7155c3..1748fe9 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 69534e6..d701f43 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 5c45c69..730510c 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index cf85230..43c283b 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 924b2a8..8805378 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 9e9fe91..fe78835 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index fd96d97..c0b8347 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 923ae27..38b47af 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index c61ad15..3d68d15 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 8c05f25..aafbc1d 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index eb1868a..267353f 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index 28c0cd9..3bd000c 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index abe428d..e2f3a3f 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 05bcefa..96d5fd8 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 198eac2..533cb6e 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index ecff220..768bcc6 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index b492b5f..c7b9c6e 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 3427be8..3e3f597 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index 05d607a..174b0c0 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 2370407..4df57fd 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 4411064..4973e15 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 2ff7f59..38f1e9f 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 3482b9a..3897c89 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html
index 73931f2..2848779 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html
index 727cffb..d8ca7a6 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html
index 1184fbe..e345568 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:11:06 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/in-progress/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/precommit-advanced/index.html b/documentation/in-progress/precommit-advanced/index.html
index 847262f..98c5135 100644
--- a/documentation/in-progress/precommit-advanced/index.html
+++ b/documentation/in-progress/precommit-advanced/index.html
@@ -124,6 +124,7 @@
 
 <ul>
 <li><a href="#docker-support">Docker Support</a></li>
+<li><a href="#test-reaper">Process Reaper</a></li>
 <li><a href="#plug-ins">Plug-ins</a></li>
 <li><a href="#personalities">Personalities</a></li>
 <li><a href="#important-variables">Important Variables</a></li>
@@ -149,13 +150,21 @@
 
 <p>Be aware that if the Dockerfile is found and the docker command works, test-patch will always fail the build if the Dockerfile itself fails the build.  It will not attempt to continue in the non-Docker mode.</p>
 
-<p>NOTE: If you are using Boot2Docker, you must use directories under /Users (OSX) or C:\Users (Windows) as the base and patchprocess directories (specified by the &ndash;basedir and &ndash;patch-dir options respectively), because automatically mountable directories are limited to them. See <a href="https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume">the Docker documentation</a>.</p>
-
 <p>Dockerfile images will be named with a test-patch prefix and suffix with either a date or a git commit hash. By using this information, test-patch will automatically manage broken/stale container images that are hanging around if it is run in &ndash;robot mode.  In this way, if Docker fails to build the image, the disk space should eventually be cleaned and returned back to the system.  The docker mode can also be run in a <q>safe</q> mode that prevents deletions via the <code>--dockerdelrep</code> option.  Specifying this option will cause test-patch to only report what it would have deleted, but not actually remove anything.</p>
 
-<p>Docker&rsquo;s <code>--memory</code> flag is supported via the <code>--dockermemlimit</code> option.  This enables the container&rsquo;s memory size to be limited.  This may be important to set to prevent things like broken unit tests bringing down the entire build server.  See  <a href="https://docs.docker.com/engine/admin/resource_constraints/">the Docker documentation</a> for more details.</p>
+<h2 id="resource-controls">Resource Controls</h2>
+
+<p>Docker&rsquo;s <code>--memory</code> flag is supported via the <code>--dockermemlimit</code> option.  This enables the container&rsquo;s memory size to be limited.  This may be important to set to prevent things like broken unit tests bringing down the entire build server.  See <a href="https://docs.docker.com/engine/admin/resource_constraints/">the Docker documentation</a> for more details. Apache Yetus also sets the &ndash;oom-score-adj to 500 in order to offer itself as the first processes to be killed if memory is low.</p>
+
+<p>Additionally, if bash v4 and Linux is in use, a separate process is launched to keep a rolling count of the maximum number of threads (not processes!) in use at one time. This number will be reported at the end of the test-patch run.  Depending upon the build, languages, features enabled, etc, this number may be helpful in determining what the value of <code>--proclimit</code></p>
+
+<h1 id="process-reaper">Process Reaper</h1>
+
+<p>A common problem is the &lsquo;stuck&rsquo; unit test. If bash v4.0 or higher is in use, Apache Yetus may be told to turn on the process reaper functionality.  Using the <code>--reapearmode</code> option, this feature may be configured to either report and even kill left over processes that match provided regular expressions.</p>
+
+<p>WARNING: Using <code>--reapermode</code> outside of Docker will report or kill ALL matching processes on the system.  It is recommended to only use those options whilst in Docker mode.</p>
 
-<p>Additionally, Apache Yetus sets the &ndash;oom-score-adj to 500 in order to offer itself as the first processes to be killed if memory is low.</p>
+<p>The reaper will run after every &lsquo;external&rsquo; command that is printed on the console.  This includes almost all build tool commands and individual test commands.</p>
 
 <h1 id="plug-ins">Plug-ins</h1>
 


[3/4] yetus git commit: git hash 90cd34ec098922853667436181e4c97e0d77bfdf

Posted by bu...@apache.org.
git hash 90cd34ec098922853667436181e4c97e0d77bfdf


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/01a3e598
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/01a3e598
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/01a3e598

Branch: refs/heads/asf-site
Commit: 01a3e598771fbbb8b501fa4ea31bc25873e79743
Parents: 3c27a55
Author: Sean Busbey <bu...@apache.org>
Authored: Wed Nov 29 11:08:36 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Nov 29 11:08:36 2017 -0600

----------------------------------------------------------------------
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |   2 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |   2 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 documentation/0.6.0/CHANGES/index.html          |  18 ++
 .../allclasses-frame.html                       |   4 +-
 .../allclasses-noframe.html                     |   4 +-
 .../constant-values.html                        |   4 +-
 .../deprecated-list.html                        |   4 +-
 .../audience-annotations-apidocs/help-doc.html  |   4 +-
 .../audience-annotations-apidocs/index-all.html |   4 +-
 .../audience-annotations-apidocs/index.html     |   2 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../audience/InterfaceAudience.Private.html     |   4 +-
 .../audience/InterfaceAudience.Public.html      |   4 +-
 .../yetus/audience/InterfaceAudience.html       |   4 +-
 .../audience/InterfaceStability.Evolving.html   |   4 +-
 .../audience/InterfaceStability.Stable.html     |   4 +-
 .../audience/InterfaceStability.Unstable.html   |   4 +-
 .../yetus/audience/InterfaceStability.html      |   4 +-
 .../InterfaceAudience.LimitedPrivate.html       |   4 +-
 .../class-use/InterfaceAudience.Private.html    |   4 +-
 .../class-use/InterfaceAudience.Public.html     |   4 +-
 .../audience/class-use/InterfaceAudience.html   |   4 +-
 .../class-use/InterfaceStability.Evolving.html  |   4 +-
 .../class-use/InterfaceStability.Stable.html    |   4 +-
 .../class-use/InterfaceStability.Unstable.html  |   4 +-
 .../audience/class-use/InterfaceStability.html  |   4 +-
 .../apache/yetus/audience/package-frame.html    |   4 +-
 .../apache/yetus/audience/package-summary.html  |   4 +-
 .../org/apache/yetus/audience/package-tree.html |   4 +-
 .../org/apache/yetus/audience/package-use.html  |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../ExcludePrivateAnnotationsJDiffDoclet.html   |   4 +-
 ...ExcludePrivateAnnotationsStandardDoclet.html |   4 +-
 .../IncludePublicAnnotationsStandardDoclet.html |   4 +-
 .../yetus/audience/tools/package-frame.html     |   4 +-
 .../yetus/audience/tools/package-summary.html   |   4 +-
 .../yetus/audience/tools/package-tree.html      |   4 +-
 .../yetus/audience/tools/package-use.html       |   4 +-
 .../overview-frame.html                         |   4 +-
 .../overview-summary.html                       |   4 +-
 .../overview-tree.html                          |   4 +-
 .../in-progress/precommit-advanced/index.html   |  17 +-
 .../precommit-apidocs/core/index.html           | 270 +++++++++++++++++++
 .../precommit-apidocs/test-patch/index.html     |  72 +++++
 .../in-progress/precommit-basic/index.html      |  12 +-
 125 files changed, 617 insertions(+), 246 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
index 3961a3d..d7df459 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
index 2f20b2d..740d4a2 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/constant-values.html b/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
index a90dd6b..2e1f4e4 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
index 403056e..1e9dce9 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/help-doc.html b/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
index 0bf4b94..43bf339 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/index-all.html b/documentation/0.4.0/audience-annotations-apidocs/index-all.html
index c6df935..48ee97b 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/index.html b/documentation/0.4.0/audience-annotations-apidocs/index.html
index e794496..befcae4 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.4.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index ca90e6c..d63cddc 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 7dc561a..a2f6285 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 63775a2..5a45c2c 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 46b12c9..b825c7b 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index d64733d..1d4b103 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index fb1fc0f..40198a5 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index ae205eb..7905c80 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 21caf19..c7b265e 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index d59d447..60d0a63 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index ee5e495..6049c01 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 7ba8e1f..bd04690 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 208b697..a0a30e9 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 732bf57..ff730bb 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index cf4cf58..1787bf0 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 8aba528..e116cb2 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 900f8ca..5e92ba6 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index b4937f8..1ddb897 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index 7d90655..c9bab39 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index 5731a88..182b069 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index d850a48..63879ea 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 8801b15..16dfa59 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 2cd3cb0..4cf6882 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 97d8cb2..83c2a82 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index c519561..03f3b61 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index c5344b3..82245f6 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index acf5515..60df24d 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 0909675..f3cab11 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index ac97794..24daf14 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index b82f57c..0e25393 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 95ef330..2fd489d 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
index 0e44ad3..4a672e2 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
index 2df1ada..f4b9720 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
index bd32e9f..17ab4d2 100644
--- a/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.4.0/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:44 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:02:44 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.4.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
index a928747..b25ebee 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
index 8221391..9c6cff2 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/constant-values.html b/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
index 9ee5523..23ac6b1 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
index 4c38548..bdb0107 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/help-doc.html b/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
index 41e9c24..19d5f5c 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/index-all.html b/documentation/0.5.0/audience-annotations-apidocs/index-all.html
index 23ccd4e..99e7bf6 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/index.html b/documentation/0.5.0/audience-annotations-apidocs/index.html
index 5c99f9a..e850cd5 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.5.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index cba2afe..0850e01 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index c82443c..2b9e36a 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 9183af6..333b213 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 3061631..e8fa584 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index cf8e1b4..743be7a 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index 401df78..ad70228 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 1a05525..dfc8784 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 25e62fd..1803a51 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 3c2d78d..d8f639e 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 9fd794d..42ecf85 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 616e404..3242e04 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index dde1756..cbdb0da 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 4f17cb4..b693649 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 1d6f763..4583f8c 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/01a3e598/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 0e9e1a6..a5e4d1f 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 01 23:10:55 CDT 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
-<meta name="date" content="2017-11-01">
+<meta name="date" content="2017-11-29">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>


[4/4] yetus git commit: Empty commit due to INFRA-10751.

Posted by bu...@apache.org.
Empty commit due to INFRA-10751.


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/b187b462
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/b187b462
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/b187b462

Branch: refs/heads/asf-site
Commit: b187b462fca385b2b9c73ce32f91c7ed221f6bcc
Parents: 01a3e59
Author: Sean Busbey <bu...@apache.org>
Authored: Wed Nov 29 11:09:30 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Nov 29 11:09:30 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------