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:
parent
7721acd0ef
commit
b72207ccf4
|
@ -17,7 +17,8 @@ limitations under the License.
|
|||
<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>
|
||||
|
|
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
<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>
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
<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
|
||||
|
|
|
@ -16,16 +16,7 @@ limitations under the License.
|
|||
-->
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue