'methods' not 'projects'
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@637522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
967e5b51bd
commit
84b2a5451d
|
@ -11,7 +11,7 @@ This document contains the release notes for the 2.4 version of Apache Commons L
|
|||
Commons Lang is a set of utility functions and reusable components that should be of use in any Java environment.
|
||||
|
||||
Lang 2.4 no longer attempts to target the Java 1.1 environment and now targets Java 1.2. While previous versions
|
||||
were built for 1.1, some parts were using projects that were only available in 1.2, and the Enum class had
|
||||
were built for 1.1, some parts were using methods that were only available in 1.2, and the Enum class had
|
||||
become dependent on Java 1.3.
|
||||
|
||||
INCOMPATIBLE CHANGES WITH VERSION 2.3:
|
||||
|
|
|
@ -33,7 +33,7 @@ This document contains the release notes for the 2.4 version of Apache Commons L
|
|||
Commons Lang is a set of utility functions and reusable components that should be of use in any Java environment.
|
||||
|
||||
Lang 2.4 no longer attempts to target the Java 1.1 environment and now targets Java 1.2. While previous versions
|
||||
were built for 1.1, some parts were using projects that were only available in 1.2, and the Enum class had
|
||||
were built for 1.1, some parts were using methods that were only available in 1.2, and the Enum class had
|
||||
become dependent on Java 1.3.
|
||||
|
||||
INCOMPATIBLE CHANGES WITH VERSION 2.3:
|
||||
|
|
Loading…
Reference in New Issue