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

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

commit 8599841a983b0183ed27a87dfc98dabec3f18788
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 31 09:35:37 2025 -0500

    Reduce whitespace
---
 src/site/xdoc/bean-collections.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/site/xdoc/bean-collections.xml 
b/src/site/xdoc/bean-collections.xml
index eb480eb4..7570064a 100644
--- a/src/site/xdoc/bean-collections.xml
+++ b/src/site/xdoc/bean-collections.xml
@@ -19,22 +19,17 @@
 <document xmlns="http://maven.apache.org/XDOC/2.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
-
  <properties>
   <title>Commons</title>
   <author email="[email protected]">Commons Documentation Team</author>
  </properties>
-
  <body>
-
 <section name="Commons BeanUtils Bean Collections">
-
 <p>
 Dealing with collections of beans is a common feature of development in Java.
 A lot of time is spent creating bean-specific implementations 
 for standard collection manipulators such as functors and comparators.
 </p>
-
 <p>
 <code>BeanUtils Bean collections</code> is a library intended to 
 improve developer productivity by using sophisticated bean introspection 
@@ -42,7 +37,6 @@ improve developer productivity by using sophisticated bean 
introspection
 to allow general library classes to be used (rather than creating bean specific
 implementation classes).
 </p>
-
 <p>
 But won't this be slower? Yes, reflection is slower than direct references
 but in real life applications, this is typically insignificant. So why not use 
@@ -83,6 +77,5 @@ beanutils distribution. For details, see the
 <a href='http://commons.apache.org/beanutils/index.html'>main BeanUtils 
website</a>
         </p>
 </section>
-
 </body>
 </document>

Reply via email to