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 [22/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-test/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/index.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/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-test/org/apache/commons/configuration2/BaseNonStringProperties.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/BaseNonStringProperties.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/BaseNonStringProperties.html Wed Oct 19 18:22:03 2022
@@ -176,4 +176,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-test/org/apache/commons/configuration2/ConfigurationAssert.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/ConfigurationAssert.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/ConfigurationAssert.html Wed Oct 19 18:22:03 2022
@@ -191,4 +191,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-test/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.html Wed Oct 19 18:22:03 2022
@@ -263,4 +263,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-test/org/apache/commons/configuration2/EnumFixture.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/EnumFixture.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/EnumFixture.html Wed Oct 19 18:22:03 2022
@@ -33,4 +33,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-test/org/apache/commons/configuration2/FileURLStreamHandler.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/FileURLStreamHandler.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/FileURLStreamHandler.html Wed Oct 19 18:22:03 2022
@@ -67,4 +67,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-test/org/apache/commons/configuration2/InterpolationTestHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/InterpolationTestHelper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/InterpolationTestHelper.html Wed Oct 19 18:22:03 2022
@@ -250,4 +250,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-test/org/apache/commons/configuration2/Logging.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/Logging.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/Logging.html Wed Oct 19 18:22:03 2022
@@ -246,4 +246,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-test/org/apache/commons/configuration2/MockInitialContextFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/MockInitialContextFactory.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/MockInitialContextFactory.html Wed Oct 19 18:22:03 2022
@@ -209,4 +209,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-test/org/apache/commons/configuration2/NonCloneableConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/NonCloneableConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/NonCloneableConfiguration.html Wed Oct 19 18:22:03 2022
@@ -79,4 +79,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-test/org/apache/commons/configuration2/NonStringTestHolder.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/NonStringTestHolder.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/NonStringTestHolder.html Wed Oct 19 18:22:03 2022
@@ -150,4 +150,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-test/org/apache/commons/configuration2/SynchronizerTestImpl.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/SynchronizerTestImpl.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/SynchronizerTestImpl.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-test/org/apache/commons/configuration2/TestAbstractConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractConfiguration.html Wed Oct 19 18:22:03 2022
@@ -196,4 +196,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-test/org/apache/commons/configuration2/TestAbstractConfigurationBasicFeatures.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractConfigurationBasicFeatures.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractConfigurationBasicFeatures.html Wed Oct 19 18:22:03 2022
@@ -1055,4 +1055,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-test/org/apache/commons/configuration2/TestAbstractConfigurationSynchronization.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractConfigurationSynchronization.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractConfigurationSynchronization.html Wed Oct 19 18:22:03 2022
@@ -257,4 +257,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-test/org/apache/commons/configuration2/TestAbstractHierarchicalConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractHierarchicalConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestAbstractHierarchicalConfiguration.html Wed Oct 19 18:22:03 2022
@@ -974,4 +974,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-test/org/apache/commons/configuration2/TestBaseConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseConfiguration.html Wed Oct 19 18:22:03 2022
@@ -750,4 +750,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-test/org/apache/commons/configuration2/TestBaseConfigurationXMLReader.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseConfigurationXMLReader.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseConfigurationXMLReader.html Wed Oct 19 18:22:03 2022
@@ -152,4 +152,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-test/org/apache/commons/configuration2/TestBaseHierarchicalConfigurationSynchronization.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseHierarchicalConfigurationSynchronization.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseHierarchicalConfigurationSynchronization.html Wed Oct 19 18:22:03 2022
@@ -317,4 +317,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-test/org/apache/commons/configuration2/TestBaseNullConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseNullConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestBaseNullConfiguration.html Wed Oct 19 18:22:03 2022
@@ -381,4 +381,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-test/org/apache/commons/configuration2/TestCatalogResolver.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCatalogResolver.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCatalogResolver.html Wed Oct 19 18:22:03 2022
@@ -115,4 +115,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-test/org/apache/commons/configuration2/TestCombinedConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCombinedConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCombinedConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1109,4 +1109,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-test/org/apache/commons/configuration2/TestCompositeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCompositeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCompositeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -858,4 +858,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-test/org/apache/commons/configuration2/TestCompositeConfigurationNonStringProperties.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCompositeConfigurationNonStringProperties.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestCompositeConfigurationNonStringProperties.html Wed Oct 19 18:22:03 2022
@@ -52,4 +52,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-test/org/apache/commons/configuration2/TestConfigurationConverter.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationConverter.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationConverter.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-test/org/apache/commons/configuration2/TestConfigurationLookup.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationLookup.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationLookup.html Wed Oct 19 18:22:03 2022
@@ -106,4 +106,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-test/org/apache/commons/configuration2/TestConfigurationMap.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationMap.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationMap.html Wed Oct 19 18:22:03 2022
@@ -83,4 +83,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-test/org/apache/commons/configuration2/TestConfigurationSet.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationSet.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationSet.html Wed Oct 19 18:22:03 2022
@@ -96,4 +96,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-test/org/apache/commons/configuration2/TestConfigurationUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationUtils.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestConfigurationUtils.html Wed Oct 19 18:22:03 2022
@@ -549,4 +549,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-test/org/apache/commons/configuration2/TestDataConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDataConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDataConfiguration.html Wed Oct 19 18:22:03 2022
@@ -2352,4 +2352,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-test/org/apache/commons/configuration2/TestDatabaseConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDatabaseConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDatabaseConfiguration.html Wed Oct 19 18:22:03 2022
@@ -516,4 +516,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-test/org/apache/commons/configuration2/TestDefaultImmutableConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDefaultImmutableConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDefaultImmutableConfiguration.html Wed Oct 19 18:22:03 2022
@@ -379,4 +379,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-test/org/apache/commons/configuration2/TestDynamicCombinedConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDynamicCombinedConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestDynamicCombinedConfiguration.html Wed Oct 19 18:22:03 2022
@@ -485,4 +485,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-test/org/apache/commons/configuration2/TestEnvironmentConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestEnvironmentConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestEnvironmentConfiguration.html Wed Oct 19 18:22:03 2022
@@ -100,4 +100,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-test/org/apache/commons/configuration2/TestEqualBehavior.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestEqualBehavior.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestEqualBehavior.html Wed Oct 19 18:22:03 2022
@@ -253,4 +253,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-test/org/apache/commons/configuration2/TestEqualsProperty.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestEqualsProperty.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestEqualsProperty.html Wed Oct 19 18:22:03 2022
@@ -53,4 +53,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-test/org/apache/commons/configuration2/TestHierarchicalConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestHierarchicalConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestHierarchicalConfiguration.html Wed Oct 19 18:22:03 2022
@@ -544,4 +544,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-test/org/apache/commons/configuration2/TestHierarchicalConfigurationXMLReader.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestHierarchicalConfigurationXMLReader.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestHierarchicalConfigurationXMLReader.html Wed Oct 19 18:22:03 2022
@@ -79,4 +79,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-test/org/apache/commons/configuration2/TestHierarchicalXMLConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestHierarchicalXMLConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestHierarchicalXMLConfiguration.html Wed Oct 19 18:22:03 2022
@@ -294,4 +294,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-test/org/apache/commons/configuration2/TestINIConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestINIConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestINIConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1066,4 +1066,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-test/org/apache/commons/configuration2/TestImmutableConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestImmutableConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestImmutableConfiguration.html Wed Oct 19 18:22:03 2022
@@ -201,4 +201,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-test/org/apache/commons/configuration2/TestJNDIConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestJNDIConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestJNDIConfiguration.html Wed Oct 19 18:22:03 2022
@@ -355,4 +355,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-test/org/apache/commons/configuration2/TestJNDIEnvironmentValues.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestJNDIEnvironmentValues.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestJNDIEnvironmentValues.html Wed Oct 19 18:22:03 2022
@@ -145,4 +145,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-test/org/apache/commons/configuration2/TestJSONConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestJSONConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestJSONConfiguration.html Wed Oct 19 18:22:03 2022
@@ -144,4 +144,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-test/org/apache/commons/configuration2/TestMapConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestMapConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestMapConfiguration.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-test/org/apache/commons/configuration2/TestNonStringProperties.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestNonStringProperties.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestNonStringProperties.html Wed Oct 19 18:22:03 2022
@@ -50,4 +50,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-test/org/apache/commons/configuration2/TestNullCompositeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestNullCompositeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestNullCompositeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -434,4 +434,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-test/org/apache/commons/configuration2/TestNullJNDIEnvironmentValues.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestNullJNDIEnvironmentValues.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestNullJNDIEnvironmentValues.html Wed Oct 19 18:22:03 2022
@@ -144,4 +144,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-test/org/apache/commons/configuration2/TestPatternSubtreeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPatternSubtreeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPatternSubtreeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -94,4 +94,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-test/org/apache/commons/configuration2/TestPropertiesConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPropertiesConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPropertiesConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1492,4 +1492,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-test/org/apache/commons/configuration2/TestPropertiesConfigurationLayout.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPropertiesConfigurationLayout.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPropertiesConfigurationLayout.html Wed Oct 19 18:22:03 2022
@@ -736,4 +736,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-test/org/apache/commons/configuration2/TestPropertiesSequence.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPropertiesSequence.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestPropertiesSequence.html Wed Oct 19 18:22:03 2022
@@ -152,4 +152,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-test/org/apache/commons/configuration2/TestStrictConfigurationComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestStrictConfigurationComparator.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestStrictConfigurationComparator.html Wed Oct 19 18:22:03 2022
@@ -89,4 +89,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-test/org/apache/commons/configuration2/TestSubnodeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestSubnodeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestSubnodeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -448,4 +448,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-test/org/apache/commons/configuration2/TestSubsetConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestSubsetConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestSubsetConfiguration.html Wed Oct 19 18:22:03 2022
@@ -332,4 +332,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-test/org/apache/commons/configuration2/TestSystemConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestSystemConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestSystemConfiguration.html Wed Oct 19 18:22:03 2022
@@ -136,4 +136,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-test/org/apache/commons/configuration2/TestThreesomeConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestThreesomeConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestThreesomeConfiguration.html Wed Oct 19 18:22:03 2022
@@ -76,4 +76,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-test/org/apache/commons/configuration2/TestXMLConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLConfiguration.html Wed Oct 19 18:22:03 2022
@@ -1585,4 +1585,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-test/org/apache/commons/configuration2/TestXMLConfiguration_605.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLConfiguration_605.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLConfiguration_605.html Wed Oct 19 18:22:03 2022
@@ -145,4 +145,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-test/org/apache/commons/configuration2/TestXMLDocumentHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLDocumentHelper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLDocumentHelper.html Wed Oct 19 18:22:03 2022
@@ -303,4 +303,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-test/org/apache/commons/configuration2/TestXMLListHandling.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLListHandling.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLListHandling.html Wed Oct 19 18:22:03 2022
@@ -194,4 +194,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-test/org/apache/commons/configuration2/TestXMLPropertiesConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLPropertiesConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestXMLPropertiesConfiguration.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-test/org/apache/commons/configuration2/TestYAMLConfiguration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestYAMLConfiguration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/TestYAMLConfiguration.html Wed Oct 19 18:22:03 2022
@@ -169,4 +169,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-test/org/apache/commons/configuration2/beanutils/BeanCreationTestBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanCreationTestBean.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanCreationTestBean.html Wed Oct 19 18:22:03 2022
@@ -63,4 +63,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-test/org/apache/commons/configuration2/beanutils/BeanCreationTestBeanWithListChild.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanCreationTestBeanWithListChild.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanCreationTestBeanWithListChild.html Wed Oct 19 18:22:03 2022
@@ -67,4 +67,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-test/org/apache/commons/configuration2/beanutils/BeanCreationTestCtorBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanCreationTestCtorBean.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanCreationTestCtorBean.html Wed Oct 19 18:22:03 2022
@@ -49,4 +49,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-test/org/apache/commons/configuration2/beanutils/BeanDeclarationTestImpl.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanDeclarationTestImpl.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/BeanDeclarationTestImpl.html Wed Oct 19 18:22:03 2022
@@ -103,4 +103,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-test/org/apache/commons/configuration2/beanutils/TestBeanHelper.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestBeanHelper.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestBeanHelper.html Wed Oct 19 18:22:03 2022
@@ -503,4 +503,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-test/org/apache/commons/configuration2/beanutils/TestCombinedBeanDeclaration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestCombinedBeanDeclaration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestCombinedBeanDeclaration.html Wed Oct 19 18:22:03 2022
@@ -265,4 +265,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-test/org/apache/commons/configuration2/beanutils/TestConfigurationDynaBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestConfigurationDynaBean.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestConfigurationDynaBean.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-test/org/apache/commons/configuration2/beanutils/TestConfigurationDynaBeanXMLConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestConfigurationDynaBeanXMLConfig.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestConfigurationDynaBeanXMLConfig.html Wed Oct 19 18:22:03 2022
@@ -47,4 +47,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-test/org/apache/commons/configuration2/beanutils/TestConstructorArg.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestConstructorArg.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestConstructorArg.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-test/org/apache/commons/configuration2/beanutils/TestDefaultBeanFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestDefaultBeanFactory.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestDefaultBeanFactory.html Wed Oct 19 18:22:03 2022
@@ -281,4 +281,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-test/org/apache/commons/configuration2/beanutils/TestXMLBeanDeclaration.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestXMLBeanDeclaration.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/TestXMLBeanDeclaration.html Wed Oct 19 18:22:03 2022
@@ -492,4 +492,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-test/org/apache/commons/configuration2/beanutils/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-configuration/xref-test/org/apache/commons/configuration2/beanutils/package-frame.html Wed Oct 19 18:22:03 2022
@@ -1,57 +1,57 @@
-
-<!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="BeanCreationTestBean.html#BeanCreationTestBean" target="classFrame">BeanCreationTestBean</a>
-                </li>
-                <li>
-                    <a href="BeanCreationTestBeanWithListChild.html#BeanCreationTestBeanWithListChild" target="classFrame">BeanCreationTestBeanWithListChild</a>
-                </li>
-                <li>
-                    <a href="BeanCreationTestCtorBean.html#BeanCreationTestCtorBean" target="classFrame">BeanCreationTestCtorBean</a>
-                </li>
-                <li>
-                    <a href="BeanDeclarationTestImpl.html#BeanDeclarationTestImpl" target="classFrame">BeanDeclarationTestImpl</a>
-                </li>
-                <li>
-                    <a href="TestBeanHelper.html#TestBeanHelper" target="classFrame">TestBeanHelper</a>
-                </li>
-                <li>
-                    <a href="TestBeanHelper.html#TestBeanHelper.TestBeanFactory" target="classFrame">TestBeanHelper.TestBeanFactory</a>
-                </li>
-                <li>
-                    <a href="TestCombinedBeanDeclaration.html#TestCombinedBeanDeclaration" target="classFrame">TestCombinedBeanDeclaration</a>
-                </li>
-                <li>
-                    <a href="TestConfigurationDynaBean.html#TestConfigurationDynaBean" target="classFrame">TestConfigurationDynaBean</a>
-                </li>
-                <li>
-                    <a href="TestConfigurationDynaBeanXMLConfig.html#TestConfigurationDynaBeanXMLConfig" target="classFrame">TestConfigurationDynaBeanXMLConfig</a>
-                </li>
-                <li>
-                    <a href="TestConstructorArg.html#TestConstructorArg" target="classFrame">TestConstructorArg</a>
-                </li>
-                <li>
-                    <a href="TestDefaultBeanFactory.html#TestDefaultBeanFactory" target="classFrame">TestDefaultBeanFactory</a>
-                </li>
-                <li>
-                    <a href="TestXMLBeanDeclaration.html#TestXMLBeanDeclaration" target="classFrame">TestXMLBeanDeclaration</a>
-                </li>
-                <li>
-                    <a href="TestXMLBeanDeclaration.html#TestXMLBeanDeclaration.XMLBeanDeclarationTestImpl" target="classFrame">TestXMLBeanDeclaration.XMLBeanDeclarationTestImpl</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="BeanCreationTestBean.html#BeanCreationTestBean" target="classFrame">BeanCreationTestBean</a>
+                </li>
+                <li>
+                    <a href="BeanCreationTestBeanWithListChild.html#BeanCreationTestBeanWithListChild" target="classFrame">BeanCreationTestBeanWithListChild</a>
+                </li>
+                <li>
+                    <a href="BeanCreationTestCtorBean.html#BeanCreationTestCtorBean" target="classFrame">BeanCreationTestCtorBean</a>
+                </li>
+                <li>
+                    <a href="BeanDeclarationTestImpl.html#BeanDeclarationTestImpl" target="classFrame">BeanDeclarationTestImpl</a>
+                </li>
+                <li>
+                    <a href="TestBeanHelper.html#TestBeanHelper" target="classFrame">TestBeanHelper</a>
+                </li>
+                <li>
+                    <a href="TestBeanHelper.html#TestBeanHelper.TestBeanFactory" target="classFrame">TestBeanHelper.TestBeanFactory</a>
+                </li>
+                <li>
+                    <a href="TestCombinedBeanDeclaration.html#TestCombinedBeanDeclaration" target="classFrame">TestCombinedBeanDeclaration</a>
+                </li>
+                <li>
+                    <a href="TestConfigurationDynaBean.html#TestConfigurationDynaBean" target="classFrame">TestConfigurationDynaBean</a>
+                </li>
+                <li>
+                    <a href="TestConfigurationDynaBeanXMLConfig.html#TestConfigurationDynaBeanXMLConfig" target="classFrame">TestConfigurationDynaBeanXMLConfig</a>
+                </li>
+                <li>
+                    <a href="TestConstructorArg.html#TestConstructorArg" target="classFrame">TestConstructorArg</a>
+                </li>
+                <li>
+                    <a href="TestDefaultBeanFactory.html#TestDefaultBeanFactory" target="classFrame">TestDefaultBeanFactory</a>
+                </li>
+                <li>
+                    <a href="TestXMLBeanDeclaration.html#TestXMLBeanDeclaration" target="classFrame">TestXMLBeanDeclaration</a>
+                </li>
+                <li>
+                    <a href="TestXMLBeanDeclaration.html#TestXMLBeanDeclaration.XMLBeanDeclarationTestImpl" target="classFrame">TestXMLBeanDeclaration.XMLBeanDeclarationTestImpl</a>
+                </li>
+            </ul>
+        </div>
+    </body>
 </html>
\ No newline at end of file