This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit ea5f82bdd369e4bf1730240a83dfd6ed21b11aff
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 13:16:03 2025 +0000

    Clean up
---
 src/site/xdoc/index.xml | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index a25cac6c2..17a21a847 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -29,17 +29,15 @@
   </properties>
 
   <body>
-    <section name="Intro">
+    <section name="Introducing Apache Commons Configuration">
       <p>
        The Commons Configuration software library provides a generic 
configuration interface which enables
         a Java application to read configuration data from a variety of 
sources. Commons Configuration
        provides typed access to single, and multi-valued configuration 
parameters as demonstrated
         by the following code:
 
-<source><![CDATA[
-Double double = config.getDouble("number");
-Integer integer = config.getInteger("number");
-]]></source>
+<source><![CDATA[Double double = config.getDouble("number");
+Integer integer = config.getInteger("number");]]></source>
 
       </p>
       <p>
@@ -100,12 +98,5 @@ Integer integer = config.getInteger("number");
       </p>
     </section>
 
-    <section name="Bugs">
-      <p>
-        Bugs may be reported via the <a 
href="https://issues.apache.org/jira/browse/CONFIGURATION";>ASF JIRA</a>
-        system. Detailed information can be found on the <a 
href="issue-tracking.html">issue tracking page</a>.
-      </p>
-    </section>
-
   </body>
 </document>

Reply via email to