put section in the wrong place

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2004-09-05 21:48:48 +00:00
parent 52486f5266
commit 031eaedaad
1 changed files with 4 additions and 3 deletions

View File

@ -140,12 +140,13 @@ public final class ColorEnum extends Enum {
<section name="lang.time.*">
<p>Lang 2.0 saw the arrival of a time package. It contains some basic utilities for manipulating time (a delorean, police box and [hgwells lookup needed]?). These include a StopWatch for simple performance measurements and an optimised FastDateFormat class. </p>
</section>
<section name="Next version of Lang">
<p>The next version of Lang will be 2.1. The most notable addition is a mutable package, but there are also new classes such as DurationFormatUtils [and ...]. </p>
</section>
<section name="lang.text.*">
</section>
<section name="Next version of Lang">
<p>The next version of Lang will be 2.1. The most notable addition is a mutable package, but there are also new classes such as DurationFormatUtils [and ...]. </p>
</section>
</body>
</document>