You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2017/06/16 14:20:09 UTC

[6/9] yetus git commit: git hash 2113cfa875876f25a48006786b4783605acc8ea3

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.0/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.0/releasedocmaker/index.html b/documentation/0.2.0/releasedocmaker/index.html
index e2017d0..5477ad9 100644
--- a/documentation/0.2.0/releasedocmaker/index.html
+++ b/documentation/0.2.0/releasedocmaker/index.html
@@ -153,7 +153,6 @@
 <p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project <span class="o">(</span>project<span class="o">)</span> --version <span class="o">(</span>version<span class="o">)</span>
 </code></pre>
-
 <p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
 
 <ul>
@@ -171,20 +170,17 @@
 <p>For example, to build the release documentation for HBase v1.2.0&hellip;</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0
 </code></pre>
-
 <p>&hellip; will create a 1.2.0 directory and inside that directory will be CHANGES.1.2.0.md and RELEASENOTES.1.2.0.md .</p>
 
 <p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
 <pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
 remaining text
 </code></pre>
-
 <h1 id="changing-the-header">Changing the Header</h1>
 
 <p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.2.0 --projecttitle <span class="s2">"Apache HBase"</span>
 </code></pre>
-
 <p>Now instead of <q>HBASE</q>, it will use <q>Apache HBASE</q> for some titles and headers.</p>
 
 <h1 id="multiple-versions">Multiple Versions</h1>
@@ -192,13 +188,11 @@ remaining text
 <p>The script can also generate multiple versions at once, by</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0
 </code></pre>
-
 <p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
 
 <p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --version 1.2.0 --range
 </code></pre>
-
 <p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
 
 <h1 id="unreleased-dates">Unreleased Dates</h1>
@@ -208,7 +202,6 @@ remaining text
 <p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --usetoday
 </code></pre>
-
 <p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
 
 <h1 id="lint-mode">Lint Mode</h1>
@@ -218,7 +211,6 @@ remaining text
 <p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
 <pre class="highlight shell"><code><span class="gp">$ </span>releasedocmaker.py --project HBASE --version 1.0.0 --lint
 </code></pre>
-
 <p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
 
 <h1 id="index-mode">Index Mode</h1>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
index 15c628b..ed6ffd4 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
index 0df8692..9e79363 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/constant-values.html b/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
index 5b4d55e..1330699 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html b/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
index 47926e1..1f138d6 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/help-doc.html b/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
index e2d30ee..7a8b14c 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/index-all.html b/documentation/0.2.1/audience-annotations-apidocs/index-all.html
index a75a401..379b49e 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/index.html b/documentation/0.2.1/audience-annotations-apidocs/index.html
index 60f3a46..9932911 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/index.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/index.html
@@ -2,16 +2,15 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.2.1 API</title>
 <script type="text/javascript">
-    tmpTargetPage = "" + window.location.search;
-    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-        tmpTargetPage = tmpTargetPage.substring(1);
-    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-        tmpTargetPage = "undefined";
-    targetPage = tmpTargetPage;
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index e65a7b5..fd7f88f 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 7f96dea..c6f5f62 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 40fcda8..1db1fb3 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 78035ce..5c2d416 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 31b63bf..8667f13 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index a64c096..802a9aa 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index f8f694a..e3507db 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index b7cc585..a609c19 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:39 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index c5ef5cd..cf9919a 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 98e96b5..3d5d468 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 7a99cea..05e0d41 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index 46a693c..bb3bfb3 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index 50e85d6..ffb19e1 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 6286e02..d5b652e 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index 3cf3a3d..a85cf53 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 7c63271..6e5e969 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index 7a24878..300713b 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index 4dcf21d..b990add 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index ceaa815..bbeda1c 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index 63feac6..8d78d0d 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 247758f..ec384dc 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 54108c3..bfd54b8 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 5fb1a1f..1f669fc 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index 5f28a28..acac0b4 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index 98a56ac..c6a8821 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index f5b7318..91bb670 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 2e940c5..ca906ab 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index 917f6c0..c1e8157 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index 71c0bda..c923fab 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index c47ef70..dacbb12 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.2.1/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_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 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.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html b/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
index f623e63..179c69b 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html b/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
index 1dcb86f..342175b 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/overview-summary.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html b/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
index 5d2d318..4988f67 100644
--- a/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.2.1/audience-annotations-apidocs/overview-tree.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Sun Jun 04 09:29:43 PDT 2017 -->
+<!-- Generated by javadoc (1.8.0_92) on Fri Jun 16 07:14:40 PDT 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.2.1 API)</title>
-<meta name="date" content="2017-06-04">
+<meta name="date" content="2017-06-16">
 <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/012f133c/documentation/0.2.1/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/index.html b/documentation/0.2.1/index.html
index 5e3f4ef..c021626 100644
--- a/documentation/0.2.1/index.html
+++ b/documentation/0.2.1/index.html
@@ -157,7 +157,6 @@ Options:
                         file to <span class="nb">read</span>
   --skipprnorep         Skip Private &amp; Not Replaceable
 </code></pre>
-
 <h1 id="yetus-audience-annotations">Yetus Audience Annotations</h1>
 
 <p>Audience Annotations allows you to use Java Annotations to denote which parts of your Java library is publicly consumable and which parts are reserved for a more restricted use. It also provides doclets and examples for generating javadocs limited by audience.</p>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-advanced/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-advanced/index.html b/documentation/0.2.1/precommit-advanced/index.html
index de14983..7370583 100644
--- a/documentation/0.2.1/precommit-advanced/index.html
+++ b/documentation/0.2.1/precommit-advanced/index.html
@@ -147,7 +147,7 @@
 
 <p>The &lsquo;fail&rsquo; setting is always the last option that test-patch will use and may be omitted unless it is the only option.</p>
 
-<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &#39;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
+<p>For example, <code>--dockeronfail=continue</code> means if the Dockerfile can&rsquo;t be found, just turn off Docker support and continue running.  <code>--dockeronfail=fallback</code> will switch to the bundled Dockerfile and then fail the build if docker fails to work. <code>--dockeronfail=fail</code> means to just fail the build and do not try any other mechanisms of recovery. The default is &lsquo;fallback,continue,fail&rsquo; which will allow test-patch to try to continue executing as much as it possibily can.</p>
 
 <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>
 
@@ -161,20 +161,17 @@
 
 <h2 id="common-plug-in-functions">Common Plug-in Functions</h2>
 
-<p>Every plug-in must have one line in order to be recognized, usually an &#39;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
+<p>Every plug-in must have one line in order to be recognized, usually an &lsquo;add&rsquo; statement.  Test plug-ins, for example, have this statement:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
-<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &#39;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
+<p>This function call registers the <code>pluginname</code> so that test-patch knows that it exists.  Plug-in names must be unique across all the different plug-in types.  Additionally, the &lsquo;all&rsquo; plug-in is reserved.  The <code>pluginname</code> also acts as the key to the custom functions that you can define. For example:</p>
 <pre class="highlight shell"><code><span class="k">function </span>pluginname_filefilter
 </code></pre>
-
 <p>defines the filefilter for the <code>pluginname</code> plug-in.</p>
 
 <p>Similarly, there are other functions that may be defined during the test-patch run:</p>
 <pre class="highlight plaintext"><code>HINT: It is recommended to make the pluginname relatively small, 10 characters at the most.  Otherwise, the ASCII output table may be skewed.
 </code></pre>
-
 <ul>
 <li><p>pluginname_usage</p>
 
@@ -235,7 +232,6 @@
 <p>Plug-ins geared towards independent tests are registered via:</p>
 <pre class="highlight shell"><code>add_test_type &lt;pluginname&gt;
 </code></pre>
-
 <ul>
 <li><p>pluginname_filefilter</p>
 
@@ -290,7 +286,6 @@
   <span class="nv">GITHUB_REPO</span><span class="o">=</span><span class="s2">"apache/yetus"</span>
 <span class="o">}</span>
 </code></pre>
-
 <h2 id="test-determination">Test Determination</h2>
 
 <p>The <code>personality_file_tests</code> function determines which tests to turn on based upon the file name.  It is relatively simple.  For example, to turn on a full suite of tests for Java files:</p>
@@ -308,10 +303,9 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>The <code>add_test</code> function is used to activate the standard tests.  Additional plug-ins (such as checkstyle), will get queried on their own.</p>
 
-<h2 id="module-amp-profile-determination">Module &amp; Profile Determination</h2>
+<h2 id="module-profile-determination">Module &amp; Profile Determination</h2>
 
 <p>Once the tests are determined, it is now time to pick which <a href="precommit-glossary.md#genericoutside-definitions">modules</a> should get used.  That&rsquo;s the job of the <code>personality_modules</code> function.</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
@@ -325,7 +319,6 @@
 
 <span class="o">}</span>
 </code></pre>
-
 <p>It takes exactly two parameters <code>repostatus</code> and <code>testtype</code>.</p>
 
 <p>The <code>repostatus</code> parameter tells the <code>personality</code> function exactly what state the source repository is in.  It can only be in one of two states:  <code>branch</code> or <code>patch</code>.  <code>branch</code> means the patch has not been applied.  The <code>patch</code> state is after the patch has been applied.</p>
@@ -339,7 +332,6 @@
 <p>The second is <code>personality_enqueue_module</code>.  This function takes two parameters.  The first parameter is the name of the module to add to this test&rsquo;s queue.  The second parameter is an option list of additional flags to pass to Maven when processing it. <code>personality_enqueue_module</code> may be called as many times as necessary for your project.</p>
 <pre class="highlight plaintext"><code>NOTE: A module name of . signifies the root of the repository.
 </code></pre>
-
 <p>For example, let&rsquo;s say your project uses a special configuration to skip unit tests (-DskipTests).  Running unit tests during a javadoc build isn&rsquo;t very useful and wastes a lot of time. We can write a simple personality check to disable the unit tests:</p>
 <pre class="highlight shell"><code><span class="k">function </span>personality_modules
 <span class="o">{</span>
@@ -353,7 +345,6 @@
     ...
 
 </code></pre>
-
 <p>This function will tell test-patch that when the javadoc test is being run, do the documentation build at the base of the source repository and make sure the -DskipTests flag is passed to our build tool.</p>
 
 <h2 id="enabling-plug-ins">Enabling Plug-ins</h2>
@@ -361,7 +352,6 @@
 <p>Personalities can set the base list of plug-ins to enable and disable for their project via the <code>personality_plugins</code> function. Just call it with the same pattern as the <code>--plugins</code> command line option:</p>
 <pre class="highlight shell"><code>personality_plugins <span class="s2">"all,-checkstyle,-findbugs,-asflicense"</span>
 </code></pre>
-
 <p>This list is used if the user does not provide a list of plug-ins.</p>
 
 <h1 id="important-variables">Important Variables</h1>
@@ -372,7 +362,7 @@
 <li><p>BUILD_NATIVE will be set to true if the system has requested that non-JVM-based code be built (e.g., JNI or other compiled C code). Under Jenkins, this is always true.</p></li>
 <li><p>BUILDTOOL specifies which tool is currently being used to drive compilation.  Additionally, many build tools define xyz_ARGS to pass on to the build tool command line. (e.g., MAVEN_ARGS if maven is in use).  Projects may set this in their personality.  NOTE: today, only one build tool at a time is supported.  This may change in the future.</p></li>
 <li><p>CHANGED_FILES is a list of all files that appear to be added, deleted, or modified in the patch.</p></li>
-<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &rsquo;.&rsquo;.</p></li>
+<li><p>CHANGED_MODULES is a list of all modules that house all of the CHANGED_FILES.  Be aware that the root of the source tree is reported as &lsquo;.&rsquo;.</p></li>
 <li><p>GITHUB_REPO is to help test-patch when talking to Github.  If test-patch is given just a number on the command line, it will default to using this repo to determine the pull request.</p></li>
 <li><p>JIRA_ISSUE_RE is to help test-patch when talking to JIRA.  It helps determine if the given project is appropriate for the given JIRA issue.</p></li>
 <li><p>MODULE and other MODULE_* are arrays that contain which modules, the status, etc, to be operated upon. These should be treated as read-only by plug-ins.</p></li>

http://git-wip-us.apache.org/repos/asf/yetus/blob/012f133c/documentation/0.2.1/precommit-apidocs/core/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.2.1/precommit-apidocs/core/index.html b/documentation/0.2.1/precommit-apidocs/core/index.html
index 5e35662..234bcdc 100644
--- a/documentation/0.2.1/precommit-apidocs/core/index.html
+++ b/documentation/0.2.1/precommit-apidocs/core/index.html
@@ -181,7 +181,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -217,7 +216,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -253,7 +251,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -289,7 +286,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -325,7 +321,6 @@
 </ul>
 <pre class="highlight plaintext"><code>add_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -361,7 +356,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_bugsystem bugsystem
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -397,7 +391,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_build_tool build tool
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -433,7 +426,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -469,7 +461,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_format test format
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -505,7 +496,6 @@
 </ul>
 <pre class="highlight plaintext"><code>delete_test_type plugin
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -541,7 +531,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_plugins plug-in list string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -577,7 +566,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_needed_test test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -615,7 +603,6 @@
 </ul>
 <pre class="highlight plaintext"><code>verify_plugin_enabled test
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -653,7 +640,6 @@
 </ul>
 <pre class="highlight plaintext"><code>common_defaults
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -689,7 +675,6 @@
 </ul>
 <pre class="highlight plaintext"><code>patchfile_verify_zero log filename
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -725,7 +710,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_abs directory
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -765,7 +749,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -801,7 +784,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_debug string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -837,7 +819,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_delete_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -873,7 +854,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_error string
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -909,7 +889,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_run_and_redirect filename command [..]
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -945,7 +924,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_verify_entry
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -983,7 +961,6 @@
 </ul>
 <pre class="highlight plaintext"><code>list_plugins
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1019,7 +996,6 @@
 </ul>
 <pre class="highlight plaintext"><code>plugin_usage_output array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1055,7 +1031,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_header header
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1091,7 +1066,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_add_option subcommand subcommanddesc
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1127,7 +1101,6 @@
 </ul>
 <pre class="highlight plaintext"><code>yetus_generic_columnprinter array
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1165,7 +1138,6 @@
 </ul>
 <pre class="highlight plaintext"><code>docker_version
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1201,7 +1173,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_file_tests
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>
@@ -1237,7 +1208,6 @@
 </ul>
 <pre class="highlight plaintext"><code>personality_modules
 </code></pre>
-
 <ul>
 <li>Description</li>
 </ul>