You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by gg...@apache.org on 2022/10/19 18:22:16 UTC

svn commit: r1081162 [34/44] - in /websites/production/commons/content/proper/commons-configuration: ./ apidocs/ apidocs/org/apache/commons/configuration2/ apidocs/org/apache/commons/configuration2/beanutils/ apidocs/org/apache/commons/configuration2/b...

Modified: websites/production/commons/content/proper/commons-configuration/xref/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/index.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/index.html Wed Oct 19 18:22:03 2022
@@ -1,75 +1,75 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-<html xml:lang="en" lang="en">
-    <!-- this is a JXR report set (jdk8) -->
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-        <title>Apache Commons Configuration 2.8.0 Reference</title>
-        <script type="text/javascript">
-            tmpTargetPage = "" + window.location.search;
-            if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-                tmpTargetPage = tmpTargetPage.substring(1);
-            if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
-                tmpTargetPage = "undefined";
-            targetPage = tmpTargetPage;
-            function validURL(url) {
-                try {
-                    url = decodeURIComponent(url);
-                }
-                catch (error) {
-                    return false;
-                }
-                var pos = url.indexOf(".html");
-                if (pos == -1 || pos != url.length - 5)
-                    return false;
-                var allowNumber = false;
-                var allowSep = false;
-                var seenDot = false;
-                for (var i = 0; i < url.length - 5; i++) {
-                    var ch = url.charAt(i);
-                    if ('a' <= ch && ch <= 'z' ||
-                            'A' <= ch && ch <= 'Z' ||
-                            ch == '$' ||
-                            ch == '_' ||
-                            ch.charCodeAt(0) > 127) {
-                        allowNumber = true;
-                        allowSep = true;
-                    } else if ('0' <= ch && ch <= '9'
-                            || ch == '-') {
-                        if (!allowNumber)
-                            return false;
-                    } else if (ch == '/' || ch == '.') {
-                        if (!allowSep)
-                            return false;
-                        allowNumber = false;
-                        allowSep = false;
-                        if (ch == '.')
-                            seenDot = true;
-                        if (ch == '/' && seenDot)
-                            return false;
-                    } else {
-                        return false;
-                    }
-                }
-                return true;
-            }
-            function loadFrames() {
-                if (targetPage != "" && targetPage != "undefined")
-                    top.classFrame.location = top.targetPage;
-            }
-        </script>
-    </head>
-    <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
-        <frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
-            <frame src="overview-frame.html" name="packageListFrame" title="All Packages"/>
-            <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"/>
-        </frameset>
-        <frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"/>
-        <noframes>
-            <h1>Frame Alert</h1>
-            <p>
-                You don't have frames. Go <a href="overview-summary.html">here</a>
-            </p>
-        </noframes>
-    </frameset>
-</html>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+<html xml:lang="en" lang="en">
+    <!-- this is a JXR report set (jdk8) -->
+    <head>
+        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+        <title>Apache Commons Configuration 2.8.0 Reference</title>
+        <script type="text/javascript">
+            tmpTargetPage = "" + window.location.search;
+            if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+                tmpTargetPage = tmpTargetPage.substring(1);
+            if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
+                tmpTargetPage = "undefined";
+            targetPage = tmpTargetPage;
+            function validURL(url) {
+                try {
+                    url = decodeURIComponent(url);
+                }
+                catch (error) {
+                    return false;
+                }
+                var pos = url.indexOf(".html");
+                if (pos == -1 || pos != url.length - 5)
+                    return false;
+                var allowNumber = false;
+                var allowSep = false;
+                var seenDot = false;
+                for (var i = 0; i < url.length - 5; i++) {
+                    var ch = url.charAt(i);
+                    if ('a' <= ch && ch <= 'z' ||
+                            'A' <= ch && ch <= 'Z' ||
+                            ch == '$' ||
+                            ch == '_' ||
+                            ch.charCodeAt(0) > 127) {
+                        allowNumber = true;
+                        allowSep = true;
+                    } else if ('0' <= ch && ch <= '9'
+                            || ch == '-') {
+                        if (!allowNumber)
+                            return false;
+                    } else if (ch == '/' || ch == '.') {
+                        if (!allowSep)
+                            return false;
+                        allowNumber = false;
+                        allowSep = false;
+                        if (ch == '.')
+                            seenDot = true;
+                        if (ch == '/' && seenDot)
+                            return false;
+                    } else {
+                        return false;
+                    }
+                }
+                return true;
+            }
+            function loadFrames() {
+                if (targetPage != "" && targetPage != "undefined")
+                    top.classFrame.location = top.targetPage;
+            }
+        </script>
+    </head>
+    <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+        <frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
+            <frame src="overview-frame.html" name="packageListFrame" title="All Packages"/>
+            <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"/>
+        </frameset>
+        <frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"/>
+        <noframes>
+            <h1>Frame Alert</h1>
+            <p>
+                You don't have frames. Go <a href="overview-summary.html">here</a>
+            </p>
+        </noframes>
+    </frameset>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1543,4 +1543,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.html Wed Oct 19 18:22:03 2022
@@ -816,4 +816,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/AbstractYAMLBasedConfiguration.html Wed Oct 19 18:22:03 2022
@@ -185,4 +185,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseConfiguration.html Wed Oct 19 18:22:03 2022
@@ -190,4 +190,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseConfigurationXMLReader.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseConfigurationXMLReader.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseConfigurationXMLReader.html Wed Oct 19 18:22:03 2022
@@ -130,4 +130,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseHierarchicalConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseHierarchicalConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/BaseHierarchicalConfiguration.html Wed Oct 19 18:22:03 2022
@@ -830,4 +830,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/CombinedConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/CombinedConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/CombinedConfiguration.html Wed Oct 19 18:22:03 2022
@@ -953,4 +953,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/CompositeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/CompositeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/CompositeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -542,4 +542,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/Configuration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/Configuration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/Configuration.html Wed Oct 19 18:22:03 2022
@@ -174,4 +174,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationComparator.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationComparator.html Wed Oct 19 18:22:03 2022
@@ -45,4 +45,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationConsumer.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationConsumer.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationConsumer.html Wed Oct 19 18:22:03 2022
@@ -48,4 +48,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationConverter.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationConverter.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationConverter.html Wed Oct 19 18:22:03 2022
@@ -138,4 +138,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationDecoder.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationDecoder.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationDecoder.html Wed Oct 19 18:22:03 2022
@@ -56,4 +56,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationLookup.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationLookup.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationLookup.html Wed Oct 19 18:22:03 2022
@@ -78,4 +78,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationMap.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationMap.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationMap.html Wed Oct 19 18:22:03 2022
@@ -202,4 +202,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationUtils.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationUtils.html Wed Oct 19 18:22:03 2022
@@ -537,4 +537,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationXMLReader.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationXMLReader.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ConfigurationXMLReader.html Wed Oct 19 18:22:03 2022
@@ -338,4 +338,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DataConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DataConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DataConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1466,4 +1466,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DatabaseConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DatabaseConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DatabaseConfiguration.html Wed Oct 19 18:22:03 2022
@@ -719,4 +719,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DynamicCombinedConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DynamicCombinedConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/DynamicCombinedConfiguration.html Wed Oct 19 18:22:03 2022
@@ -932,4 +932,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/EnvironmentConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/EnvironmentConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/EnvironmentConfiguration.html Wed Oct 19 18:22:03 2022
@@ -97,4 +97,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/FileBasedConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/FileBasedConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/FileBasedConfiguration.html Wed Oct 19 18:22:03 2022
@@ -43,4 +43,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/FindNodeVisitor.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/FindNodeVisitor.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/FindNodeVisitor.html Wed Oct 19 18:22:03 2022
@@ -86,4 +86,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfiguration.html Wed Oct 19 18:22:03 2022
@@ -186,4 +186,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfigurationConverter.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfigurationConverter.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfigurationConverter.html Wed Oct 19 18:22:03 2022
@@ -189,4 +189,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfigurationXMLReader.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfigurationXMLReader.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/HierarchicalConfigurationXMLReader.html Wed Oct 19 18:22:03 2022
@@ -187,4 +187,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/INIConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/INIConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/INIConfiguration.html Wed Oct 19 18:22:03 2022
@@ -931,4 +931,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableConfiguration.html Wed Oct 19 18:22:03 2022
@@ -765,4 +765,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableConfigurationInvocationHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableConfigurationInvocationHandler.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableConfigurationInvocationHandler.html Wed Oct 19 18:22:03 2022
@@ -138,4 +138,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableHierarchicalConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableHierarchicalConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/ImmutableHierarchicalConfiguration.html Wed Oct 19 18:22:03 2022
@@ -146,4 +146,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/Initializable.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/Initializable.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/Initializable.html Wed Oct 19 18:22:03 2022
@@ -56,4 +56,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/JNDIConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/JNDIConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/JNDIConfiguration.html Wed Oct 19 18:22:03 2022
@@ -418,4 +418,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/JSONConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/JSONConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/JSONConfiguration.html Wed Oct 19 18:22:03 2022
@@ -105,4 +105,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/MapConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/MapConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/MapConfiguration.html Wed Oct 19 18:22:03 2022
@@ -248,4 +248,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.html Wed Oct 19 18:22:03 2022
@@ -420,4 +420,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PrefixedKeysIterator.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PrefixedKeysIterator.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PrefixedKeysIterator.html Wed Oct 19 18:22:03 2022
@@ -122,4 +122,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PropertiesConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PropertiesConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PropertiesConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1606,4 +1606,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PropertiesConfigurationLayout.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PropertiesConfigurationLayout.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/PropertiesConfigurationLayout.html Wed Oct 19 18:22:03 2022
@@ -905,4 +905,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/StrictConfigurationComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/StrictConfigurationComparator.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/StrictConfigurationComparator.html Wed Oct 19 18:22:03 2022
@@ -80,4 +80,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SubnodeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SubnodeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SubnodeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -230,4 +230,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SubsetConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SubsetConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SubsetConfiguration.html Wed Oct 19 18:22:03 2022
@@ -290,4 +290,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SystemConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SystemConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/SystemConfiguration.html Wed Oct 19 18:22:03 2022
@@ -112,4 +112,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1146,4 +1146,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLDocumentHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLDocumentHelper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLDocumentHelper.html Wed Oct 19 18:22:03 2022
@@ -325,4 +325,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLListReference.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLListReference.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLListReference.html Wed Oct 19 18:22:03 2022
@@ -186,4 +186,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLPropertiesConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLPropertiesConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/XMLPropertiesConfiguration.html Wed Oct 19 18:22:03 2022
@@ -369,4 +369,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/YAMLConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/YAMLConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/YAMLConfiguration.html Wed Oct 19 18:22:03 2022
@@ -154,4 +154,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanCreationContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanCreationContext.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanCreationContext.html Wed Oct 19 18:22:03 2022
@@ -82,4 +82,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanDeclaration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanDeclaration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanDeclaration.html Wed Oct 19 18:22:03 2022
@@ -108,4 +108,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanFactory.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanFactory.html Wed Oct 19 18:22:03 2022
@@ -71,4 +71,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanHelper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/BeanHelper.html Wed Oct 19 18:22:03 2022
@@ -552,4 +552,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/CombinedBeanDeclaration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/CombinedBeanDeclaration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/CombinedBeanDeclaration.html Wed Oct 19 18:22:03 2022
@@ -168,4 +168,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConfigurationDynaBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConfigurationDynaBean.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConfigurationDynaBean.html Wed Oct 19 18:22:03 2022
@@ -217,4 +217,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConfigurationDynaClass.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConfigurationDynaClass.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConfigurationDynaClass.html Wed Oct 19 18:22:03 2022
@@ -137,4 +137,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConstructorArg.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConstructorArg.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/ConstructorArg.html Wed Oct 19 18:22:03 2022
@@ -203,4 +203,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/DefaultBeanFactory.html Wed Oct 19 18:22:03 2022
@@ -295,4 +295,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.html Wed Oct 19 18:22:03 2022
@@ -610,4 +610,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/package-frame.html Wed Oct 19 18:22:03 2022
@@ -1,54 +1,54 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
-    <!-- generated by Apache Maven JXR (jdk8) -->
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-        <title>Apache Commons Configuration 2.8.0 Reference Package org.apache.commons.configuration2.beanutils</title>
-        <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
-    </head>
-    <body>
-        <h1 class="bar"><a href="package-summary.html" target="classFrame">org.apache.commons.configuration2.beanutils</a></h1>
-        <div class="indexContainer">
-            <h2 title="Classes">Classes</h2>
-            <ul title="Classes">
-                <li>
-                    <a href="BeanCreationContext.html#BeanCreationContext" target="classFrame">BeanCreationContext</a>
-                </li>
-                <li>
-                    <a href="BeanDeclaration.html#BeanDeclaration" target="classFrame">BeanDeclaration</a>
-                </li>
-                <li>
-                    <a href="BeanFactory.html#BeanFactory" target="classFrame">BeanFactory</a>
-                </li>
-                <li>
-                    <a href="BeanHelper.html#BeanHelper" target="classFrame">BeanHelper</a>
-                </li>
-                <li>
-                    <a href="BeanHelper.html#BeanHelper.BeanCreationContextImpl" target="classFrame">BeanHelper.BeanCreationContextImpl</a>
-                </li>
-                <li>
-                    <a href="CombinedBeanDeclaration.html#CombinedBeanDeclaration" target="classFrame">CombinedBeanDeclaration</a>
-                </li>
-                <li>
-                    <a href="ConfigurationDynaBean.html#ConfigurationDynaBean" target="classFrame">ConfigurationDynaBean</a>
-                </li>
-                <li>
-                    <a href="ConfigurationDynaClass.html#ConfigurationDynaClass" target="classFrame">ConfigurationDynaClass</a>
-                </li>
-                <li>
-                    <a href="ConstructorArg.html#ConstructorArg" target="classFrame">ConstructorArg</a>
-                </li>
-                <li>
-                    <a href="DefaultBeanFactory.html#DefaultBeanFactory" target="classFrame">DefaultBeanFactory</a>
-                </li>
-                <li>
-                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration" target="classFrame">XMLBeanDeclaration</a>
-                </li>
-                <li>
-                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration.NodeData" target="classFrame">XMLBeanDeclaration.NodeData</a>
-                </li>
-            </ul>
-        </div>
-    </body>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+    <!-- generated by Apache Maven JXR (jdk8) -->
+    <head>
+        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+        <title>Apache Commons Configuration 2.8.0 Reference Package org.apache.commons.configuration2.beanutils</title>
+        <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
+    </head>
+    <body>
+        <h1 class="bar"><a href="package-summary.html" target="classFrame">org.apache.commons.configuration2.beanutils</a></h1>
+        <div class="indexContainer">
+            <h2 title="Classes">Classes</h2>
+            <ul title="Classes">
+                <li>
+                    <a href="BeanCreationContext.html#BeanCreationContext" target="classFrame">BeanCreationContext</a>
+                </li>
+                <li>
+                    <a href="BeanDeclaration.html#BeanDeclaration" target="classFrame">BeanDeclaration</a>
+                </li>
+                <li>
+                    <a href="BeanFactory.html#BeanFactory" target="classFrame">BeanFactory</a>
+                </li>
+                <li>
+                    <a href="BeanHelper.html#BeanHelper" target="classFrame">BeanHelper</a>
+                </li>
+                <li>
+                    <a href="BeanHelper.html#BeanHelper.BeanCreationContextImpl" target="classFrame">BeanHelper.BeanCreationContextImpl</a>
+                </li>
+                <li>
+                    <a href="CombinedBeanDeclaration.html#CombinedBeanDeclaration" target="classFrame">CombinedBeanDeclaration</a>
+                </li>
+                <li>
+                    <a href="ConfigurationDynaBean.html#ConfigurationDynaBean" target="classFrame">ConfigurationDynaBean</a>
+                </li>
+                <li>
+                    <a href="ConfigurationDynaClass.html#ConfigurationDynaClass" target="classFrame">ConfigurationDynaClass</a>
+                </li>
+                <li>
+                    <a href="ConstructorArg.html#ConstructorArg" target="classFrame">ConstructorArg</a>
+                </li>
+                <li>
+                    <a href="DefaultBeanFactory.html#DefaultBeanFactory" target="classFrame">DefaultBeanFactory</a>
+                </li>
+                <li>
+                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration" target="classFrame">XMLBeanDeclaration</a>
+                </li>
+                <li>
+                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration.NodeData" target="classFrame">XMLBeanDeclaration.NodeData</a>
+                </li>
+            </ul>
+        </div>
+    </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/beanutils/package-summary.html Wed Oct 19 18:22:03 2022
@@ -1,162 +1,162 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xml:lang="en" lang="en">
-    <!-- generated by Apache Maven JXR (jdk8) -->
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-        <title>Apache Commons Configuration 2.8.0 Reference Package org.apache.commons.configuration2.beanutils</title>
-        <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
-    </head>
-
-    <body>
-                <div class="topNav">
-            <a name="navbar_top"><!--   --></a>
-            <a href="#skip-navbar_top" title="Skip navigation links"></a>
-            <a name="navbar_top_firstrow"><!--   --></a>
-            <ul class="navList" title="Navigation">
-                <li><a href="../../../../../overview-summary.html">Overview</a></li>
-                <li class="navBarCell1Rev">Package</li>
-                <li>Class</li>
-                <li>Use</li>
-                <li>Tree</li>
-                <li>Deprecated</li>
-                <li>Index</li>
-                <li>Help</li>
-            </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Configuration 2.8.0 Reference</strong></em></div>
-        </div>
-        <div class="subNav">
-            <ul class="navList">
-                <li>Prev</li>
-                <li>Next</li>
-            </ul>
-            <ul class="navList">
-                <li><a href="../../../../../index.html?overview-summary.html" target="_top">Frames</a></li>
-                <li><a href="package-summary.html" target="_top">No Frames</a></li>
-            </ul>
-            <ul class="navList" id="allclasses_navbar_top">
-                <li>All Classes</li>
-            </ul>
-            <div>
-            </div>
-            <a name="skip-navbar_top"><!--   --></a>
-        </div>
-        
-                <div class="header">
-            <h1 title="Package" class="title">Package org.apache.commons.configuration2.beanutils</h1>
-        </div>
-        <div class="contentContainer">
-            <ul class="blockList">
-                <li class="blockList">
-                    <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
-                        <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
-                        <thead>
-                            <tr>
-                                <th class="colFirst colLast" scope="col">Class</th>
-                            </tr>
-                        </thead>
-                        <tbody>
-                            <tr class="altColor">
-                                <td class="colFirst colLast">
-                                    <a href="BeanCreationContext.html#BeanCreationContext" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanCreationContext</a>
-                                </td>
-                            </tr>
-                            <tr class="rowColor">
-                                <td class="colFirst colLast">
-                                    <a href="BeanDeclaration.html#BeanDeclaration" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanDeclaration</a>
-                                </td>
-                            </tr>
-                            <tr class="altColor">
-                                <td class="colFirst colLast">
-                                    <a href="BeanFactory.html#BeanFactory" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanFactory</a>
-                                </td>
-                            </tr>
-                            <tr class="rowColor">
-                                <td class="colFirst colLast">
-                                    <a href="BeanHelper.html#BeanHelper" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanHelper</a>
-                                </td>
-                            </tr>
-                            <tr class="altColor">
-                                <td class="colFirst colLast">
-                                    <a href="BeanHelper.html#BeanHelper.BeanCreationContextImpl" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanHelper.BeanCreationContextImpl</a>
-                                </td>
-                            </tr>
-                            <tr class="rowColor">
-                                <td class="colFirst colLast">
-                                    <a href="CombinedBeanDeclaration.html#CombinedBeanDeclaration" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">CombinedBeanDeclaration</a>
-                                </td>
-                            </tr>
-                            <tr class="altColor">
-                                <td class="colFirst colLast">
-                                    <a href="ConfigurationDynaBean.html#ConfigurationDynaBean" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">ConfigurationDynaBean</a>
-                                </td>
-                            </tr>
-                            <tr class="rowColor">
-                                <td class="colFirst colLast">
-                                    <a href="ConfigurationDynaClass.html#ConfigurationDynaClass" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">ConfigurationDynaClass</a>
-                                </td>
-                            </tr>
-                            <tr class="altColor">
-                                <td class="colFirst colLast">
-                                    <a href="ConstructorArg.html#ConstructorArg" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">ConstructorArg</a>
-                                </td>
-                            </tr>
-                            <tr class="rowColor">
-                                <td class="colFirst colLast">
-                                    <a href="DefaultBeanFactory.html#DefaultBeanFactory" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">DefaultBeanFactory</a>
-                                </td>
-                            </tr>
-                            <tr class="altColor">
-                                <td class="colFirst colLast">
-                                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">XMLBeanDeclaration</a>
-                                </td>
-                            </tr>
-                            <tr class="rowColor">
-                                <td class="colFirst colLast">
-                                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration.NodeData" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">XMLBeanDeclaration.NodeData</a>
-                                </td>
-                            </tr>
-                        </tbody>
-                    </table>
-                </li>
-            </ul>
-        </div>
-        
-                <div class="bottomNav">
-            <a name="navbar_bottom"><!--   --></a>
-            <a href="#skip-navbar_bottom" title="Skip navigation links"></a>
-            <a name="navbar_bottom_firstrow"><!--   --></a>
-            <ul class="navList" title="Navigation">
-                <li><a href="../../../../../overview-summary.html">Overview</a></li>
-                <li class="navBarCell1Rev">Package</li>
-                <li>Class</li>
-                <li>Use</li>
-                <li>Tree</li>
-                <li>Deprecated</li>
-                <li>Index</li>
-                <li>Help</li>
-            </ul>
-            <div class="aboutLanguage"><em><strong>Apache Commons Configuration 2.8.0 Reference</strong></em></div>
-        </div>
-        <div class="subNav">
-            <ul class="navList">
-                <li>Prev</li>
-                <li>Next</li>
-            </ul>
-            <ul class="navList">
-                <li><a href="../../../../../index.html?overview-summary.html" target="_top">Frames</a></li>
-                <li><a href="package-summary.html" target="_top">No Frames</a></li>
-            </ul>
-            <ul class="navList" id="allclasses_navbar_bottom">
-                <li>All Classes</li>
-            </ul>
-            <div>
-            </div>
-            <a name="skip-navbar_bottom"><!--   --></a>
-        </div>
-        
-        <div id="footer">
-            Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
-        </div>
-    </body>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xml:lang="en" lang="en">
+    <!-- generated by Apache Maven JXR (jdk8) -->
+    <head>
+        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+        <title>Apache Commons Configuration 2.8.0 Reference Package org.apache.commons.configuration2.beanutils</title>
+        <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
+    </head>
+
+    <body>
+                <div class="topNav">
+            <a name="navbar_top"><!--   --></a>
+            <a href="#skip-navbar_top" title="Skip navigation links"></a>
+            <a name="navbar_top_firstrow"><!--   --></a>
+            <ul class="navList" title="Navigation">
+                <li><a href="../../../../../overview-summary.html">Overview</a></li>
+                <li class="navBarCell1Rev">Package</li>
+                <li>Class</li>
+                <li>Use</li>
+                <li>Tree</li>
+                <li>Deprecated</li>
+                <li>Index</li>
+                <li>Help</li>
+            </ul>
+            <div class="aboutLanguage"><em><strong>Apache Commons Configuration 2.8.0 Reference</strong></em></div>
+        </div>
+        <div class="subNav">
+            <ul class="navList">
+                <li>Prev</li>
+                <li>Next</li>
+            </ul>
+            <ul class="navList">
+                <li><a href="../../../../../index.html?overview-summary.html" target="_top">Frames</a></li>
+                <li><a href="package-summary.html" target="_top">No Frames</a></li>
+            </ul>
+            <ul class="navList" id="allclasses_navbar_top">
+                <li>All Classes</li>
+            </ul>
+            <div>
+            </div>
+            <a name="skip-navbar_top"><!--   --></a>
+        </div>
+        
+                <div class="header">
+            <h1 title="Package" class="title">Package org.apache.commons.configuration2.beanutils</h1>
+        </div>
+        <div class="contentContainer">
+            <ul class="blockList">
+                <li class="blockList">
+                    <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+                        <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+                        <thead>
+                            <tr>
+                                <th class="colFirst colLast" scope="col">Class</th>
+                            </tr>
+                        </thead>
+                        <tbody>
+                            <tr class="altColor">
+                                <td class="colFirst colLast">
+                                    <a href="BeanCreationContext.html#BeanCreationContext" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanCreationContext</a>
+                                </td>
+                            </tr>
+                            <tr class="rowColor">
+                                <td class="colFirst colLast">
+                                    <a href="BeanDeclaration.html#BeanDeclaration" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanDeclaration</a>
+                                </td>
+                            </tr>
+                            <tr class="altColor">
+                                <td class="colFirst colLast">
+                                    <a href="BeanFactory.html#BeanFactory" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanFactory</a>
+                                </td>
+                            </tr>
+                            <tr class="rowColor">
+                                <td class="colFirst colLast">
+                                    <a href="BeanHelper.html#BeanHelper" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanHelper</a>
+                                </td>
+                            </tr>
+                            <tr class="altColor">
+                                <td class="colFirst colLast">
+                                    <a href="BeanHelper.html#BeanHelper.BeanCreationContextImpl" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">BeanHelper.BeanCreationContextImpl</a>
+                                </td>
+                            </tr>
+                            <tr class="rowColor">
+                                <td class="colFirst colLast">
+                                    <a href="CombinedBeanDeclaration.html#CombinedBeanDeclaration" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">CombinedBeanDeclaration</a>
+                                </td>
+                            </tr>
+                            <tr class="altColor">
+                                <td class="colFirst colLast">
+                                    <a href="ConfigurationDynaBean.html#ConfigurationDynaBean" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">ConfigurationDynaBean</a>
+                                </td>
+                            </tr>
+                            <tr class="rowColor">
+                                <td class="colFirst colLast">
+                                    <a href="ConfigurationDynaClass.html#ConfigurationDynaClass" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">ConfigurationDynaClass</a>
+                                </td>
+                            </tr>
+                            <tr class="altColor">
+                                <td class="colFirst colLast">
+                                    <a href="ConstructorArg.html#ConstructorArg" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">ConstructorArg</a>
+                                </td>
+                            </tr>
+                            <tr class="rowColor">
+                                <td class="colFirst colLast">
+                                    <a href="DefaultBeanFactory.html#DefaultBeanFactory" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">DefaultBeanFactory</a>
+                                </td>
+                            </tr>
+                            <tr class="altColor">
+                                <td class="colFirst colLast">
+                                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">XMLBeanDeclaration</a>
+                                </td>
+                            </tr>
+                            <tr class="rowColor">
+                                <td class="colFirst colLast">
+                                    <a href="XMLBeanDeclaration.html#XMLBeanDeclaration.NodeData" target="classFrame" title="class in org.apache.commons.configuration2.beanutils">XMLBeanDeclaration.NodeData</a>
+                                </td>
+                            </tr>
+                        </tbody>
+                    </table>
+                </li>
+            </ul>
+        </div>
+        
+                <div class="bottomNav">
+            <a name="navbar_bottom"><!--   --></a>
+            <a href="#skip-navbar_bottom" title="Skip navigation links"></a>
+            <a name="navbar_bottom_firstrow"><!--   --></a>
+            <ul class="navList" title="Navigation">
+                <li><a href="../../../../../overview-summary.html">Overview</a></li>
+                <li class="navBarCell1Rev">Package</li>
+                <li>Class</li>
+                <li>Use</li>
+                <li>Tree</li>
+                <li>Deprecated</li>
+                <li>Index</li>
+                <li>Help</li>
+            </ul>
+            <div class="aboutLanguage"><em><strong>Apache Commons Configuration 2.8.0 Reference</strong></em></div>
+        </div>
+        <div class="subNav">
+            <ul class="navList">
+                <li>Prev</li>
+                <li>Next</li>
+            </ul>
+            <ul class="navList">
+                <li><a href="../../../../../index.html?overview-summary.html" target="_top">Frames</a></li>
+                <li><a href="package-summary.html" target="_top">No Frames</a></li>
+            </ul>
+            <ul class="navList" id="allclasses_navbar_bottom">
+                <li>All Classes</li>
+            </ul>
+            <div>
+            </div>
+            <a name="skip-navbar_bottom"><!--   --></a>
+        </div>
+        
+        <div id="footer">
+            Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.
+        </div>
+    </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/AutoSaveListener.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/AutoSaveListener.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/AutoSaveListener.html Wed Oct 19 18:22:03 2022
@@ -147,4 +147,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicBuilderParameters.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicBuilderParameters.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicBuilderParameters.html Wed Oct 19 18:22:03 2022
@@ -513,4 +513,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicBuilderProperties.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicBuilderProperties.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicBuilderProperties.html Wed Oct 19 18:22:03 2022
@@ -179,4 +179,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicConfigurationBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicConfigurationBuilder.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BasicConfigurationBuilder.html Wed Oct 19 18:22:03 2022
@@ -645,4 +645,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.html Wed Oct 19 18:22:03 2022
@@ -251,4 +251,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BuilderParameters.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BuilderParameters.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/BuilderParameters.html Wed Oct 19 18:22:03 2022
@@ -62,4 +62,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilder.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilder.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilder.html Wed Oct 19 18:22:03 2022
@@ -62,4 +62,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilderEvent.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilderEvent.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilderEvent.html Wed Oct 19 18:22:03 2022
@@ -88,4 +88,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilderResultCreatedEvent.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilderResultCreatedEvent.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/ConfigurationBuilderResultCreatedEvent.html Wed Oct 19 18:22:03 2022
@@ -93,4 +93,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/CopyObjectDefaultHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/CopyObjectDefaultHandler.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/CopyObjectDefaultHandler.html Wed Oct 19 18:22:03 2022
@@ -98,4 +98,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DatabaseBuilderParametersImpl.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DatabaseBuilderParametersImpl.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DatabaseBuilderParametersImpl.html Wed Oct 19 18:22:03 2022
@@ -108,4 +108,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DatabaseBuilderProperties.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DatabaseBuilderProperties.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DatabaseBuilderProperties.html Wed Oct 19 18:22:03 2022
@@ -111,4 +111,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultParametersHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultParametersHandler.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultParametersHandler.html Wed Oct 19 18:22:03 2022
@@ -55,4 +55,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultParametersManager.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultParametersManager.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultParametersManager.html Wed Oct 19 18:22:03 2022
@@ -221,4 +221,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultReloadingDetectorFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultReloadingDetectorFactory.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/DefaultReloadingDetectorFactory.html Wed Oct 19 18:22:03 2022
@@ -57,4 +57,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/EventListenerParameters.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/EventListenerParameters.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/EventListenerParameters.html Wed Oct 19 18:22:03 2022
@@ -113,4 +113,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/EventListenerProvider.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/EventListenerProvider.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref/org/apache/commons/configuration2/builder/EventListenerProvider.html Wed Oct 19 18:22:03 2022
@@ -54,4 +54,4 @@
 <hr/>
 <div id="footer">Copyright &#169; 2001&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file