Moved BitField and Validate. Will rebuild the jardiff later.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5a4e148c5
commit
21e376f8f7
|
@ -1,4 +1,4 @@
|
||||||
$Id: RELEASE-NOTES.txt,v 1.25 2003/08/19 00:21:46 scolebourne Exp $
|
$Id: RELEASE-NOTES.txt,v 1.26 2003/08/19 02:39:59 bayard Exp $
|
||||||
|
|
||||||
Commons Lang Package
|
Commons Lang Package
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
@ -32,6 +32,7 @@ Since the release of the 1.0 package the following classes have been added:
|
||||||
|
|
||||||
lang package:
|
lang package:
|
||||||
ArrayUtils
|
ArrayUtils
|
||||||
|
BitField
|
||||||
BooleanUtils
|
BooleanUtils
|
||||||
CharRange (previously package scoped)
|
CharRange (previously package scoped)
|
||||||
ClassUtils
|
ClassUtils
|
||||||
|
@ -43,6 +44,7 @@ lang package:
|
||||||
NullArgumentException
|
NullArgumentException
|
||||||
SerializationException
|
SerializationException
|
||||||
UnhandledException
|
UnhandledException
|
||||||
|
Validate
|
||||||
|
|
||||||
|
|
||||||
math sub-package:
|
math sub-package:
|
||||||
|
@ -63,11 +65,6 @@ time sub-package:
|
||||||
DateUtils
|
DateUtils
|
||||||
StopWatch
|
StopWatch
|
||||||
|
|
||||||
util sub-package:
|
|
||||||
BitField
|
|
||||||
IdentifierUtils
|
|
||||||
Validate
|
|
||||||
|
|
||||||
Since the release of the 1.0 package the following classes have been changed:
|
Since the release of the 1.0 package the following classes have been changed:
|
||||||
|
|
||||||
lang:
|
lang:
|
||||||
|
|
Loading…
Reference in New Issue