diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-18 11:35:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-18 11:35:26 +0000 |
commit | 27344ca66169f2c99fc418eae3217ab1f613fbd4 (patch) | |
tree | bdeca533543125d6b9abe12f4222eec0745d5113 /poi-integration/src/test | |
parent | 6f36cab7585eb377a2df3b350d6f1b8ed80f335f (diff) | |
download | poi-27344ca66169f2c99fc418eae3217ab1f613fbd4.tar.gz poi-27344ca66169f2c99fc418eae3217ab1f613fbd4.zip |
use 'an'
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/src/test')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index 3b51afe1e1..fcba54a263 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -49,12 +49,12 @@ import org.opentest4j.AssertionFailedError; * to reveal problems which are introduced, but not covered (yet) by unit tests. * * This test looks for any file under the test-data directory and tries to do some useful - * processing with it based on it's type. + * processing with it based on its type. * * The test is implemented as a junit {@link ParameterizedTest} test, which leads * to one test-method call for each file (currently around 950 files are handled). * - * There is a a mapping of extension to implementations of the interface + * There is a mapping of extension to implementations of the interface * {@link FileHandler} which defines how the file is loaded and which actions are * tried with the file. * |