You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2018/09/22 23:12:34 UTC

svn commit: r1035574 [7/47] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/arch/ apidocs/org/apache/commons/lang3/arch/class-use/ apidocs/org/apache/commons/...

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/ConstructorUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/ConstructorUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/ConstructorUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>ConstructorUtils (Apache Commons Lang 3.8 API)</title>
+<title>ConstructorUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConstructorUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="ConstructorUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/FieldUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/FieldUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/FieldUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>FieldUtils (Apache Commons Lang 3.8 API)</title>
+<title>FieldUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FieldUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="FieldUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -1156,7 +1156,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>writeField</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.758">writeField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.756">writeField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
                               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
                               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)
                        throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
@@ -1179,7 +1179,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>writeField</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.781">writeField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.779">writeField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
                               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
                               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
                               boolean&nbsp;forceAccess)
@@ -1206,7 +1206,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>writeDeclaredField</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.806">writeDeclaredField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.804">writeDeclaredField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
                                       <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
                                       <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)
                                throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalAccessException.html?is-external=true" title="class or interface in java.lang">IllegalAccessException</a></pre>
@@ -1229,7 +1229,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>writeDeclaredField</h4>
-<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.829">writeDeclaredField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
+<pre>public static&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/lang3/reflect/FieldUtils.html#line.827">writeDeclaredField</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;target,
                                       <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
                                       <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
                                       boolean&nbsp;forceAccess)

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/InheritanceUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/InheritanceUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/InheritanceUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>InheritanceUtils (Apache Commons Lang 3.8 API)</title>
+<title>InheritanceUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InheritanceUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="InheritanceUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/MethodUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/MethodUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/MethodUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>MethodUtils (Apache Commons Lang 3.8 API)</title>
+<title>MethodUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="MethodUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="MethodUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeLiteral.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeLiteral.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeLiteral.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>TypeLiteral (Apache Commons Lang 3.8 API)</title>
+<title>TypeLiteral (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeLiteral (Apache Commons Lang 3.8 API)";
+            parent.document.title="TypeLiteral (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.WildcardTypeBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.WildcardTypeBuilder.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.WildcardTypeBuilder.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.8 API)</title>
+<title>TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.8 API)";
+            parent.document.title="TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/TypeUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>TypeUtils (Apache Commons Lang 3.8 API)</title>
+<title>TypeUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TypeUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="TypeUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/Typed.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/Typed.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/Typed.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Typed (Apache Commons Lang 3.8 API)</title>
+<title>Typed (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Typed (Apache Commons Lang 3.8 API)";
+            parent.document.title="Typed (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/ConstructorUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/ConstructorUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/ConstructorUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.ConstructorUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.ConstructorUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.ConstructorUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.ConstructorUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/FieldUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/FieldUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/FieldUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.FieldUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.FieldUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.FieldUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.FieldUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/InheritanceUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/InheritanceUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/InheritanceUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.InheritanceUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.InheritanceUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.InheritanceUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.InheritanceUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/MethodUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/MethodUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/MethodUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.MethodUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.MethodUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.MethodUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.MethodUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeLiteral.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeLiteral.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeLiteral.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.TypeLiteral (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.TypeLiteral (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.TypeLiteral (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.TypeLiteral (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeUtils.WildcardTypeBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeUtils.WildcardTypeBuilder.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeUtils.WildcardTypeBuilder.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.TypeUtils.WildcardTypeBuilder (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/TypeUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.reflect.TypeUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.reflect.TypeUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.TypeUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.reflect.TypeUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/Typed.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/Typed.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/class-use/Typed.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Interface org.apache.commons.lang3.reflect.Typed (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Interface org.apache.commons.lang3.reflect.Typed (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.lang3.reflect.Typed (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Interface org.apache.commons.lang3.reflect.Typed (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-frame.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>org.apache.commons.lang3.reflect (Apache Commons Lang 3.8 API)</title>
+<title>org.apache.commons.lang3.reflect (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-summary.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>org.apache.commons.lang3.reflect (Apache Commons Lang 3.8 API)</title>
+<title>org.apache.commons.lang3.reflect (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.lang3.reflect (Apache Commons Lang 3.8 API)";
+            parent.document.title="org.apache.commons.lang3.reflect (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-tree.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>org.apache.commons.lang3.reflect Class Hierarchy (Apache Commons Lang 3.8 API)</title>
+<title>org.apache.commons.lang3.reflect Class Hierarchy (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.lang3.reflect Class Hierarchy (Apache Commons Lang 3.8 API)";
+            parent.document.title="org.apache.commons.lang3.reflect Class Hierarchy (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-use.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/reflect/package-use.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Package org.apache.commons.lang3.reflect (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Package org.apache.commons.lang3.reflect (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.commons.lang3.reflect (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Package org.apache.commons.lang3.reflect (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/CompositeFormat.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/CompositeFormat.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/CompositeFormat.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>CompositeFormat (Apache Commons Lang 3.8 API)</title>
+<title>CompositeFormat (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompositeFormat (Apache Commons Lang 3.8 API)";
+            parent.document.title="CompositeFormat (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/ExtendedMessageFormat.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/ExtendedMessageFormat.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/ExtendedMessageFormat.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>ExtendedMessageFormat (Apache Commons Lang 3.8 API)</title>
+<title>ExtendedMessageFormat (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExtendedMessageFormat (Apache Commons Lang 3.8 API)";
+            parent.document.title="ExtendedMessageFormat (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/FormatFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/FormatFactory.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/FormatFactory.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>FormatFactory (Apache Commons Lang 3.8 API)</title>
+<title>FormatFactory (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FormatFactory (Apache Commons Lang 3.8 API)";
+            parent.document.title="FormatFactory (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/FormattableUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/FormattableUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/FormattableUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>FormattableUtils (Apache Commons Lang 3.8 API)</title>
+<title>FormattableUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FormattableUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="FormattableUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrBuilder.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrBuilder.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>StrBuilder (Apache Commons Lang 3.8 API)</title>
+<title>StrBuilder (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrBuilder (Apache Commons Lang 3.8 API)";
+            parent.document.title="StrBuilder (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrLookup.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrLookup.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrLookup.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>StrLookup (Apache Commons Lang 3.8 API)</title>
+<title>StrLookup (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrLookup (Apache Commons Lang 3.8 API)";
+            parent.document.title="StrLookup (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrMatcher.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrMatcher.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrMatcher.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>StrMatcher (Apache Commons Lang 3.8 API)</title>
+<title>StrMatcher (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrMatcher (Apache Commons Lang 3.8 API)";
+            parent.document.title="StrMatcher (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrSubstitutor.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrSubstitutor.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrSubstitutor.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>StrSubstitutor (Apache Commons Lang 3.8 API)</title>
+<title>StrSubstitutor (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrSubstitutor (Apache Commons Lang 3.8 API)";
+            parent.document.title="StrSubstitutor (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrTokenizer.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrTokenizer.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/StrTokenizer.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>StrTokenizer (Apache Commons Lang 3.8 API)</title>
+<title>StrTokenizer (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="StrTokenizer (Apache Commons Lang 3.8 API)";
+            parent.document.title="StrTokenizer (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/WordUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/WordUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/WordUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>WordUtils (Apache Commons Lang 3.8 API)</title>
+<title>WordUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="WordUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="WordUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/CompositeFormat.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/CompositeFormat.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/CompositeFormat.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.CompositeFormat (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.CompositeFormat (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.CompositeFormat (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.CompositeFormat (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/ExtendedMessageFormat.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/ExtendedMessageFormat.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/ExtendedMessageFormat.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.ExtendedMessageFormat (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.ExtendedMessageFormat (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.ExtendedMessageFormat (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.ExtendedMessageFormat (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/FormatFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/FormatFactory.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/FormatFactory.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Interface org.apache.commons.lang3.text.FormatFactory (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Interface org.apache.commons.lang3.text.FormatFactory (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.lang3.text.FormatFactory (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Interface org.apache.commons.lang3.text.FormatFactory (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/FormattableUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/FormattableUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/FormattableUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.FormattableUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.FormattableUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.FormattableUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.FormattableUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrBuilder.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrBuilder.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.StrBuilder (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.StrBuilder (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrBuilder (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrBuilder (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrLookup.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrLookup.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrLookup.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.StrLookup (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.StrLookup (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrLookup (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrLookup (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrMatcher.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrMatcher.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrMatcher.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.StrMatcher (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.StrMatcher (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrMatcher (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrMatcher (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrSubstitutor.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrSubstitutor.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrSubstitutor.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.StrSubstitutor (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.StrSubstitutor (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrSubstitutor (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrSubstitutor (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrTokenizer.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrTokenizer.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/StrTokenizer.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.StrTokenizer (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.StrTokenizer (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrTokenizer (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.StrTokenizer (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/WordUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/WordUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/class-use/WordUtils.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.WordUtils (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.WordUtils (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.WordUtils (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.WordUtils (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-frame.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>org.apache.commons.lang3.text (Apache Commons Lang 3.8 API)</title>
+<title>org.apache.commons.lang3.text (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-summary.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>org.apache.commons.lang3.text (Apache Commons Lang 3.8 API)</title>
+<title>org.apache.commons.lang3.text (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.lang3.text (Apache Commons Lang 3.8 API)";
+            parent.document.title="org.apache.commons.lang3.text (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-tree.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>org.apache.commons.lang3.text Class Hierarchy (Apache Commons Lang 3.8 API)</title>
+<title>org.apache.commons.lang3.text Class Hierarchy (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.lang3.text Class Hierarchy (Apache Commons Lang 3.8 API)";
+            parent.document.title="org.apache.commons.lang3.text Class Hierarchy (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-use.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/package-use.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Package org.apache.commons.lang3.text (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Package org.apache.commons.lang3.text (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.commons.lang3.text (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Package org.apache.commons.lang3.text (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/AggregateTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/AggregateTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/AggregateTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>AggregateTranslator (Apache Commons Lang 3.8 API)</title>
+<title>AggregateTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AggregateTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="AggregateTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/CharSequenceTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/CharSequenceTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/CharSequenceTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>CharSequenceTranslator (Apache Commons Lang 3.8 API)</title>
+<title>CharSequenceTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CharSequenceTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="CharSequenceTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/CodePointTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/CodePointTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/CodePointTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>CodePointTranslator (Apache Commons Lang 3.8 API)</title>
+<title>CodePointTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CodePointTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="CodePointTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/EntityArrays.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/EntityArrays.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/EntityArrays.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>EntityArrays (Apache Commons Lang 3.8 API)</title>
+<title>EntityArrays (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="EntityArrays (Apache Commons Lang 3.8 API)";
+            parent.document.title="EntityArrays (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/JavaUnicodeEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/JavaUnicodeEscaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/JavaUnicodeEscaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>JavaUnicodeEscaper (Apache Commons Lang 3.8 API)</title>
+<title>JavaUnicodeEscaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JavaUnicodeEscaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="JavaUnicodeEscaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/LookupTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/LookupTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/LookupTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>LookupTranslator (Apache Commons Lang 3.8 API)</title>
+<title>LookupTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LookupTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="LookupTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityEscaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityEscaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>NumericEntityEscaper (Apache Commons Lang 3.8 API)</title>
+<title>NumericEntityEscaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericEntityEscaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="NumericEntityEscaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.OPTION.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.OPTION.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.OPTION.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>NumericEntityUnescaper.OPTION (Apache Commons Lang 3.8 API)</title>
+<title>NumericEntityUnescaper.OPTION (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericEntityUnescaper.OPTION (Apache Commons Lang 3.8 API)";
+            parent.document.title="NumericEntityUnescaper.OPTION (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/NumericEntityUnescaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>NumericEntityUnescaper (Apache Commons Lang 3.8 API)</title>
+<title>NumericEntityUnescaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NumericEntityUnescaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="NumericEntityUnescaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/OctalUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/OctalUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/OctalUnescaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>OctalUnescaper (Apache Commons Lang 3.8 API)</title>
+<title>OctalUnescaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OctalUnescaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="OctalUnescaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeEscaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeEscaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>UnicodeEscaper (Apache Commons Lang 3.8 API)</title>
+<title>UnicodeEscaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnicodeEscaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="UnicodeEscaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeUnescaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>UnicodeUnescaper (Apache Commons Lang 3.8 API)</title>
+<title>UnicodeUnescaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnicodeUnescaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="UnicodeUnescaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeUnpairedSurrogateRemover.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeUnpairedSurrogateRemover.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/UnicodeUnpairedSurrogateRemover.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>UnicodeUnpairedSurrogateRemover (Apache Commons Lang 3.8 API)</title>
+<title>UnicodeUnpairedSurrogateRemover (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnicodeUnpairedSurrogateRemover (Apache Commons Lang 3.8 API)";
+            parent.document.title="UnicodeUnpairedSurrogateRemover (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/AggregateTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/AggregateTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/AggregateTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.translate.AggregateTranslator (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.translate.AggregateTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.AggregateTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.AggregateTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/CharSequenceTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/CharSequenceTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/CharSequenceTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.translate.CharSequenceTranslator (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.translate.CharSequenceTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.CharSequenceTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.CharSequenceTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/CodePointTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/CodePointTranslator.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/CodePointTranslator.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.translate.CodePointTranslator (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.translate.CodePointTranslator (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.CodePointTranslator (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.CodePointTranslator (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/EntityArrays.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/EntityArrays.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/EntityArrays.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.translate.EntityArrays (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.translate.EntityArrays (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.EntityArrays (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.EntityArrays (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/JavaUnicodeEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/JavaUnicodeEscaper.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/text/translate/class-use/JavaUnicodeEscaper.html Sat Sep 22 23:12:29 2018
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Uses of Class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper (Apache Commons Lang 3.8 API)</title>
+<title>Uses of Class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper (Apache Commons Lang 3.9-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper (Apache Commons Lang 3.8 API)";
+            parent.document.title="Uses of Class org.apache.commons.lang3.text.translate.JavaUnicodeEscaper (Apache Commons Lang 3.9-SNAPSHOT API)";
         }
     }
     catch(err) {