Updating package.html files (LANG-490).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@917897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2010-03-02 06:58:04 +00:00
parent 7721acd0ef
commit b72207ccf4
4 changed files with 4 additions and 12 deletions

View File

@ -17,7 +17,8 @@
<html>
<body>
Extends {@link java.math} for business mathematical classes. This package is intended for business
mathematical use, not scientific use.
mathematical use, not scientific use. See <a href="http://commons.apache.org/math/">Commons Math</a>
for a more complete set of mathematical classes.
@since 2.0
</body>
</html>

View File

@ -17,7 +17,7 @@
<html>
<body>
Provides highly reusable static utility methods, chiefly concerned
with adding value to {@link java.lang} and other standard core classes.
with adding value to the {@link java.lang} classes.
@since 1.0
</body>
</html>

View File

@ -18,7 +18,7 @@
<body>
<p>
An API for creating text translation routines from a set of smaller
building blocks. Originally created to make it possible for the user to
building blocks. Initially created to make it possible for the user to
customize the rules in the StringEscapeUtils class.
</p>
@since 3.0

View File

@ -16,16 +16,7 @@
-->
<html>
<body>
<p>
Provides classes and methods to work with dates and durations.
<p>
This includes:
<ul>
<li><code>DateUtils</code> - a set of static utility methods for working with dates
<li><code>FastDateFormat</code> - a replacement for <code>SimpleDateFormat</code> that is fast and thread-safe
<li><code>DateFormatUtils</code> - a formatting class for dates
<li><code>StopWatch</code> - a duration timer
</ul>
@since 2.0
</body>
</html>