@@ -218,7 +218,7 @@ o IO-422: Deprecate Charsets Charset constants in favor of Java 7's java.nio.ch
218218o IO-239: Convert IOCase to a Java 1.5+ Enumeration
219219 [N.B. this is binary compatible]
220220o IO-328: getPrefixLength returns null if filename has leading slashes
221- Javadoc: add examples to show correct behaviour ; add unit tests
221+ Javadoc: add examples to show correct behavior ; add unit tests
222222o IO-299: FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter
223223 Javadoc: clarify that original dir is included in the results
224224o IO-375: FilenameUtils.splitOnTokens(String text) check for '**' could be simplified
@@ -772,7 +772,7 @@ Enhancements from 1.2
772772 - New class designed for subclassing to walk through a set of files.
773773 DirectoryWalker provides the walk of the directories, filtering of
774774 directories and files, and cancellation support. The subclass must provide
775- the specific behaviour , such as text searching or image processing.
775+ the specific behavior , such as text searching or image processing.
776776
777777- IOCase
778778 - New class/enumeration for case-sensitivity control
@@ -1063,7 +1063,7 @@ Enhancements from 1.0
10631063 Constant for an empty array of File objects
10641064
10651065- ConditionalFileFilter - new interface [30705]
1066- Defines the behaviour of list based filters
1066+ Defines the behavior of list based filters
10671067
10681068- AndFileFilter, OrFileFilter [30705]
10691069 Now support a list of filters to and/or
0 commit comments