This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 335808a Standardize on American English spelling of 'behavior'. 335808a is described below commit 335808a8295c3d4dc1ec887b79f51699465889a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 30 12:45:04 2020 -0400 Standardize on American English spelling of 'behavior'. --- RELEASE-NOTES.txt | 6 +++--- src/changes/changes.xml | 2 +- src/changes/release-notes.vm | 4 ++-- src/site/xdoc/upgradeto1_1.xml | 2 +- src/site/xdoc/upgradeto1_3.xml | 2 +- src/site/xdoc/upgradeto2_5.xml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 63e1407..2974310 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -218,7 +218,7 @@ o IO-422: Deprecate Charsets Charset constants in favor of Java 7's java.nio.ch o IO-239: Convert IOCase to a Java 1.5+ Enumeration [N.B. this is binary compatible] o IO-328: getPrefixLength returns null if filename has leading slashes - Javadoc: add examples to show correct behaviour; add unit tests + Javadoc: add examples to show correct behavior; add unit tests o IO-299: FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter Javadoc: clarify that original dir is included in the results o IO-375: FilenameUtils.splitOnTokens(String text) check for '**' could be simplified @@ -772,7 +772,7 @@ Enhancements from 1.2 - New class designed for subclassing to walk through a set of files. DirectoryWalker provides the walk of the directories, filtering of directories and files, and cancellation support. The subclass must provide - the specific behaviour, such as text searching or image processing. + the specific behavior, such as text searching or image processing. - IOCase - New class/enumeration for case-sensitivity control @@ -1063,7 +1063,7 @@ Enhancements from 1.0 Constant for an empty array of File objects - ConditionalFileFilter - new interface [30705] - Defines the behaviour of list based filters + Defines the behavior of list based filters - AndFileFilter, OrFileFilter [30705] Now support a list of filters to and/or diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8358b81..a72faa9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -419,7 +419,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <action issue="IO-328" dev="sebb" type="update"> getPrefixLength returns null if filename has leading slashes - Javadoc: add examples to show correct behaviour; add unit tests + Javadoc: add examples to show correct behavior; add unit tests </action> <action issue="IO-299" dev="sebb" type="update"> FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 57a98cf..fb3c29f 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -691,7 +691,7 @@ Enhancements from 1.2 - New class designed for subclassing to walk through a set of files. DirectoryWalker provides the walk of the directories, filtering of directories and files, and cancellation support. The subclass must provide - the specific behaviour, such as text searching or image processing. + the specific behavior, such as text searching or image processing. - IOCase - New class/enumeration for case-sensitivity control @@ -982,7 +982,7 @@ Enhancements from 1.0 Constant for an empty array of File objects - ConditionalFileFilter - new interface [30705] - Defines the behaviour of list based filters + Defines the behavior of list based filters - AndFileFilter, OrFileFilter [30705] Now support a list of filters to and/or diff --git a/src/site/xdoc/upgradeto1_1.xml b/src/site/xdoc/upgradeto1_1.xml index 1b0e725..e48e36a 100644 --- a/src/site/xdoc/upgradeto1_1.xml +++ b/src/site/xdoc/upgradeto1_1.xml @@ -169,7 +169,7 @@ Enhancements from 1.0 Constant for an empty array of File objects - ConditionalFileFilter - new interface [30705] - Defines the behaviour of list based filters + Defines the behavior of list based filters - AndFileFilter, OrFileFilter [30705] Now support a list of filters to and/or diff --git a/src/site/xdoc/upgradeto1_3.xml b/src/site/xdoc/upgradeto1_3.xml index a243a3e..bd413a9 100644 --- a/src/site/xdoc/upgradeto1_3.xml +++ b/src/site/xdoc/upgradeto1_3.xml @@ -112,7 +112,7 @@ Enhancements from 1.2 - New class designed for subclassing to walk through a set of files. DirectoryWalker provides the walk of the directories, filtering of directories and files, and cancellation support. The subclass must provide - the specific behaviour, such as text searching or image processing. + the specific behavior, such as text searching or image processing. - IOCase - New class/enumeration for case-sensitivity control diff --git a/src/site/xdoc/upgradeto2_5.xml b/src/site/xdoc/upgradeto2_5.xml index 853ad18..52838ea 100644 --- a/src/site/xdoc/upgradeto2_5.xml +++ b/src/site/xdoc/upgradeto2_5.xml @@ -123,7 +123,7 @@ limitations under the License. o IO-239: Convert IOCase to a Java 1.5+ Enumeration [N.B. this is binary compatible] o IO-328: getPrefixLength returns null if filename has leading slashes - Javadoc: add examples to show correct behaviour; add unit tests + Javadoc: add examples to show correct behavior; add unit tests o IO-299: FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter Javadoc: clarify that original dir is included in the results o IO-375: FilenameUtils.splitOnTokens(String text) check for '**' could be simplified