You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/07/20 10:52:25 UTC

svn commit: r916835 [9/41] - in /websites/production/commons/content/proper/commons-dbutils: ./ apidocs/ apidocs/org/apache/commons/dbutils/ apidocs/org/apache/commons/dbutils/class-use/ apidocs/org/apache/commons/dbutils/handlers/ apidocs/org/apache/c...

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/BeanMapHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/BeanMapHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/BeanMapHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>BeanMapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>BeanMapHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BeanMapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="BeanMapHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -158,19 +158,19 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html#BeanMapHandler(java.lang.Class, int)">BeanMapHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html" title="type parameter in BeanMapHandler">V</a>&gt;&nbsp;type,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html#BeanMapHandler(java.lang.Class,%20int)">BeanMapHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html" title="type parameter in BeanMapHandler">V</a>&gt;&nbsp;type,
                             int&nbsp;columnIndex)</code>
 <div class="block">Creates a new instance of BeanMapHandler.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html#BeanMapHandler(java.lang.Class, org.apache.commons.dbutils.RowProcessor)">BeanMapHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html" title="type parameter in BeanMapHandler">V</a>&gt;&nbsp;type,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html#BeanMapHandler(java.lang.Class,%20org.apache.commons.dbutils.RowProcessor)">BeanMapHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html" title="type parameter in BeanMapHandler">V</a>&gt;&nbsp;type,
                             <a href="../../../../../org/apache/commons/dbutils/RowProcessor.html" title="interface in org.apache.commons.dbutils">RowProcessor</a>&nbsp;convert)</code>
 <div class="block">Creates a new instance of BeanMapHandler.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html#BeanMapHandler(java.lang.Class, java.lang.String)">BeanMapHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html" title="type parameter in BeanMapHandler">V</a>&gt;&nbsp;type,
+<td class="colOne"><code><strong><a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html#BeanMapHandler(java.lang.Class,%20java.lang.String)">BeanMapHandler</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;<a href="../../../../../org/apache/commons/dbutils/handlers/BeanMapHandler.html" title="type parameter in BeanMapHandler">V</a>&gt;&nbsp;type,
                             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;columnName)</code>
 <div class="block">Creates a new instance of BeanMapHandler.</div>
 </td>
@@ -217,7 +217,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/ColumnListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/ColumnListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/ColumnListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ColumnListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>ColumnListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ColumnListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="ColumnListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -179,7 +179,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/KeyedHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/KeyedHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/KeyedHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>KeyedHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>KeyedHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KeyedHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="KeyedHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -244,7 +244,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/MapHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/MapHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/MapHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>MapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>MapHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="MapHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -162,7 +162,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/MapListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/MapListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/MapListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>MapListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>MapListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MapListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="MapListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -172,7 +172,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/ScalarHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/ScalarHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/ScalarHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>ScalarHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>ScalarHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ScalarHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="ScalarHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -167,7 +167,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/AbstractKeyedHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/AbstractKeyedHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/AbstractKeyedHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.AbstractKeyedHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.AbstractKeyedHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.AbstractKeyedHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.AbstractKeyedHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/AbstractListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/AbstractListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/AbstractListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.AbstractListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.AbstractListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.AbstractListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.AbstractListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ArrayHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ArrayHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ArrayHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.ArrayHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.ArrayHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ArrayHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ArrayHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ArrayListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ArrayListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ArrayListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.ArrayListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.ArrayListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ArrayListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ArrayListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.BeanHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.BeanHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.BeanHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.BeanHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.BeanListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.BeanListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.BeanListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.BeanListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanMapHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanMapHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/BeanMapHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.BeanMapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.BeanMapHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.BeanMapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.BeanMapHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ColumnListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ColumnListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ColumnListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.ColumnListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.ColumnListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ColumnListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ColumnListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/KeyedHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/KeyedHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/KeyedHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.KeyedHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.KeyedHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.KeyedHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.KeyedHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/MapHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/MapHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/MapHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.MapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.MapHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.MapHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.MapHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/MapListHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/MapListHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/MapListHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.MapListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.MapListHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.MapListHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.MapListHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ScalarHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ScalarHandler.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/class-use/ScalarHandler.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.handlers.ScalarHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.handlers.ScalarHandler (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ScalarHandler (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.handlers.ScalarHandler (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-frame.html Sun Jul 20 08:52:20 2014
@@ -3,7 +3,7 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-summary.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-tree.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils.handlers Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils.handlers Class Hierarchy (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.dbutils.handlers Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="org.apache.commons.dbutils.handlers Class Hierarchy (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-use.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/handlers/package-use.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Package org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.commons.dbutils.handlers (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-frame.html Sun Jul 20 08:52:20 2014
@@ -3,7 +3,7 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-summary.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.dbutils (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="org.apache.commons.dbutils (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-tree.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils Class Hierarchy (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.dbutils Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="org.apache.commons.dbutils Class Hierarchy (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-use.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/package-use.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Package org.apache.commons.dbutils (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.dbutils (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.commons.dbutils (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.commons.dbutils (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSet.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSet.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSet.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>SqlNullCheckedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>SqlNullCheckedResultSet (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SqlNullCheckedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="SqlNullCheckedResultSet (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -322,7 +322,7 @@ implements <a href="http://docs.oracle.c
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSet.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])">invoke</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;proxy,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSet.html#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])">invoke</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;proxy,
             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;args)</code>
 <div class="block">Intercepts calls to <code>get*</code> methods and calls the appropriate
@@ -489,7 +489,7 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -809,11 +809,11 @@ implements <a href="http://docs.oracle.c
  <code>null</code>.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])" title="class or interface in java.lang.reflect">invoke</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a></code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])" title="class or interface in java.lang.reflect">invoke</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>proxy</code> - Not used; all method calls go to the internal result set</dd><dd><code>method</code> - The method to invoke on the result set</dd><dd><code>args</code> - The arguments to pass to the result set</dd>
 <dt><span class="strong">Returns:</span></dt><dd>null checked result</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code> - error</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])" title="class or interface in java.lang.reflect"><code>InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])</code></a></dd></dl>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code> - error</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])" title="class or interface in java.lang.reflect"><code>InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])</code></a></dd></dl>
 </li>
 </ul>
 <a name="setNullAsciiStream(java.io.InputStream)">

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>StringTrimmedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>StringTrimmedResultSet (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringTrimmedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="StringTrimmedResultSet (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -161,7 +161,7 @@ implements <a href="http://docs.oracle.c
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.html#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])">invoke</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;proxy,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/dbutils/wrappers/StringTrimmedResultSet.html#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])">invoke</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;proxy,
             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;args)</code>
 <div class="block">Intercept calls to the <code>getString()</code> and
@@ -181,7 +181,7 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -248,11 +248,11 @@ implements <a href="http://docs.oracle.c
  returned.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])" title="class or interface in java.lang.reflect">invoke</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a></code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])" title="class or interface in java.lang.reflect">invoke</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>proxy</code> - Not used; all method calls go to the internal result set</dd><dd><code>method</code> - The method to invoke on the result set</dd><dd><code>args</code> - The arguments to pass to the result set</dd>
 <dt><span class="strong">Returns:</span></dt><dd>string trimmed result</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code> - error</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])" title="class or interface in java.lang.reflect"><code>InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])</code></a></dd></dl>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code> - error</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true#invoke(java.lang.Object,%20java.lang.reflect.Method,%20java.lang.Object[])" title="class or interface in java.lang.reflect"><code>InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])</code></a></dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/class-use/SqlNullCheckedResultSet.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/class-use/SqlNullCheckedResultSet.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/class-use/SqlNullCheckedResultSet.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSet (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/class-use/StringTrimmedResultSet.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/class-use/StringTrimmedResultSet.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/class-use/StringTrimmedResultSet.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Class org.apache.commons.dbutils.wrappers.StringTrimmedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.dbutils.wrappers.StringTrimmedResultSet (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.commons.dbutils.wrappers.StringTrimmedResultSet (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.apache.commons.dbutils.wrappers.StringTrimmedResultSet (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-frame.html Sun Jul 20 08:52:20 2014
@@ -3,7 +3,7 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-summary.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-tree.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>org.apache.commons.dbutils.wrappers Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>org.apache.commons.dbutils.wrappers Class Hierarchy (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.commons.dbutils.wrappers Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="org.apache.commons.dbutils.wrappers Class Hierarchy (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-use.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/org/apache/commons/dbutils/wrappers/package-use.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Uses of Package org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.commons.dbutils.wrappers (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/overview-frame.html Sun Jul 20 08:52:20 2014
@@ -3,7 +3,7 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Overview List (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Overview List (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/overview-summary.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Overview (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Overview (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Overview (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>
@@ -62,7 +62,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Commons DbUtils 1.6-SNAPSHOT API</h1>
+<h1 class="title">Apache Commons DbUtils 1.6 API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">

Modified: websites/production/commons/content/proper/commons-dbutils/apidocs/overview-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-dbutils/apidocs/overview-tree.html (original)
+++ websites/production/commons/content/proper/commons-dbutils/apidocs/overview-tree.html Sun Jul 20 08:52:20 2014
@@ -3,13 +3,13 @@
 <html lang="de">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="iso-8859-1">
-<title>Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)</title>
+<title>Class Hierarchy (Apache Commons DbUtils 1.6 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Apache Commons DbUtils 1.6-SNAPSHOT API)";
+        parent.document.title="Class Hierarchy (Apache Commons DbUtils 1.6 API)";
     }
 //-->
 </script>