Preparing RC3 of 2.4. The major fix being that things are now JDK 1.2 compliant

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_2_4_RC3@637523 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3f3fd69..f975f85 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,7 +11,7 @@
 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:
diff --git a/xdocs/upgradeto2_4.xml b/xdocs/upgradeto2_4.xml
index d95486b..2591dc8 100644
--- a/xdocs/upgradeto2_4.xml
+++ b/xdocs/upgradeto2_4.xml
@@ -33,7 +33,7 @@
 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: