From b72207ccf4f22701a931be99d1c4020ae7e0ef49 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 2 Mar 2010 06:58:04 +0000 Subject: [PATCH] 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 --- src/main/java/org/apache/commons/lang3/math/package.html | 3 ++- src/main/java/org/apache/commons/lang3/package.html | 2 +- .../org/apache/commons/lang3/text/translate/package.html | 2 +- src/main/java/org/apache/commons/lang3/time/package.html | 9 --------- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/math/package.html b/src/main/java/org/apache/commons/lang3/math/package.html index 3c2a2b935..3be339c04 100644 --- a/src/main/java/org/apache/commons/lang3/math/package.html +++ b/src/main/java/org/apache/commons/lang3/math/package.html @@ -17,7 +17,8 @@ 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 Commons Math +for a more complete set of mathematical classes. @since 2.0 diff --git a/src/main/java/org/apache/commons/lang3/package.html b/src/main/java/org/apache/commons/lang3/package.html index 2d4554460..78a49fd4d 100644 --- a/src/main/java/org/apache/commons/lang3/package.html +++ b/src/main/java/org/apache/commons/lang3/package.html @@ -17,7 +17,7 @@ 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 diff --git a/src/main/java/org/apache/commons/lang3/text/translate/package.html b/src/main/java/org/apache/commons/lang3/text/translate/package.html index 8cfb102f1..1bc86ef9a 100644 --- a/src/main/java/org/apache/commons/lang3/text/translate/package.html +++ b/src/main/java/org/apache/commons/lang3/text/translate/package.html @@ -18,7 +18,7 @@

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.

@since 3.0 diff --git a/src/main/java/org/apache/commons/lang3/time/package.html b/src/main/java/org/apache/commons/lang3/time/package.html index 41fd9065d..e575ca3c7 100644 --- a/src/main/java/org/apache/commons/lang3/time/package.html +++ b/src/main/java/org/apache/commons/lang3/time/package.html @@ -16,16 +16,7 @@ --> -

Provides classes and methods to work with dates and durations. -

-This includes: -

@since 2.0