Correct the enum release notes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-09-25 10:29:56 +00:00
parent f2970e827e
commit 81096b320b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$Id: RELEASE-NOTES.txt,v 1.3 2002/09/25 01:33:06 bayard Exp $
$Id: RELEASE-NOTES.txt,v 1.4 2002/09/25 10:29:56 scolebourne Exp $
Commons Lang Package
Version 1.0
@ -26,7 +26,7 @@ exception.
Adds nesting ability to Errors.
enum sub-package:
A solid version of the typical Java translation of a C struct.
A solid version of the typical Java translation of a C enum.
builder sub-package:
A series of helpers for handling standard Object methods such as equals,