aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-07-23 14:18:55 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-07-23 14:18:55 +0000
commitb3e812386927743ad9b68486a7270fb3d677d6e8 (patch)
treed1c7cb9ccf5bd0078a3fbf5f00a2d8356e304e7c /RELEASE-NOTES.txt
parent9286d357ac99a3a3cd0171bed3c32f8967ad5aa5 (diff)
downloadapache-commons-io-b3e812386927743ad9b68486a7270fb3d677d6e8.tar.gz
TrueFileFilter/FalseFileFilter/DirectoryFileFilter new constants
- New singleton instance constants (TRUE/FALSE/DIRECTORY) - The new constants are more JDK 1.5 friendly with regards to static imports (whereas if everything uses INSTANCE, then they just clash) - The old INSTANCE constants are still present and have not been deprecated git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@424745 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 7306bd1b..b26ffccd 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -75,6 +75,12 @@ Enhancements from 1.2
- New IOFileFilter implementation
- Accepts files or directories that are empty
+- TrueFileFilter/FalseFileFilter/DirectoryFileFilter
+ - New singleton instance constants (TRUE/FALSE/DIRECTORY)
+ - The new constants are more JDK 1.5 friendly with regards to static imports
+ (whereas if everything uses INSTANCE, then they just clash)
+ - The old INSTANCE constants are still present and have not been deprecated
+
Feedback
--------