Skip to content

Commit 8599841

Browse files
committed
Reduce whitespace
1 parent 9bfbadc commit 8599841

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/site/xdoc/bean-collections.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,24 @@
1919
<document xmlns="http://maven.apache.org/XDOC/2.0"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
22-
2322
<properties>
2423
<title>Commons</title>
2524
<author email="[email protected]">Commons Documentation Team</author>
2625
</properties>
27-
2826
<body>
29-
3027
<section name="Commons BeanUtils Bean Collections">
31-
3228
<p>
3329
Dealing with collections of beans is a common feature of development in Java.
3430
A lot of time is spent creating bean-specific implementations
3531
for standard collection manipulators such as functors and comparators.
3632
</p>
37-
3833
<p>
3934
<code>BeanUtils Bean collections</code> is a library intended to
4035
improve developer productivity by using sophisticated bean introspection
4136
(from <code>BeanUtils</code>)
4237
to allow general library classes to be used (rather than creating bean specific
4338
implementation classes).
4439
</p>
45-
4640
<p>
4741
But won't this be slower? Yes, reflection is slower than direct references
4842
but in real life applications, this is typically insignificant. So why not use
@@ -83,6 +77,5 @@ beanutils distribution. For details, see the
8377
<a href='http://commons.apache.org/beanutils/index.html'>main BeanUtils website</a>
8478
</p>
8579
</section>
86-
8780
</body>
8881
</document>

0 commit comments

Comments
 (0)