Author: jcarman
Date: Thu Jul 22 19:11:12 2010
New Revision: 966809
URL: http://svn.apache.org/viewvc?rev=966809&view=rev
Log:
Adding a package.html file.
Added:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/package.html
- copied, changed from r966586,
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html
Copied:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/package.html
(from r966586,
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html)
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/package.html?p2=commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/package.html&p1=commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html&r1=966586&r2=966809&rev=966809&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/package.html
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/package.html
Thu Jul 22 19:11:12 2010
@@ -16,10 +16,7 @@ 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. See <a
href="http://commons.apache.org/math/">Commons Math</a>
-for a more complete set of mathematical classes.
-...@since 2.0
-<p>These classes are immutable, and therefore thread-safe.</p>
+Provides some useful event-based utilities.
+...@since 3.0
</body>
</html>