aboutsummaryrefslogtreecommitdiffstats
path: root/poi-excelant
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-06-27 11:48:38 +0000
committerPJ Fanning <fanningpj@apache.org>2023-06-27 11:48:38 +0000
commit99634d6af6559d280c2a8f61aa9f8230281defe6 (patch)
tree3f2a9b1ab118b7de77bd83cffd037f6fd69a8ec3 /poi-excelant
parentbfb6ec8e546ff409ad62b406e34eb3ee3cb76813 (diff)
downloadpoi-99634d6af6559d280c2a8f61aa9f8230281defe6.tar.gz
poi-99634d6af6559d280c2a8f61aa9f8230281defe6.zip
apply some spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-excelant')
-rw-r--r--poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java b/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java
index a4170b6154..ad098b7e98 100644
--- a/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java
+++ b/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java
@@ -28,7 +28,7 @@ import org.junit.platform.launcher.TestIdentifier;
/**
* Custom listener class for Ants junitlauncher, because it chomps the important running details
*
- * @see <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64836">Bug 64836 - junitlaucher poor summary</a>
+ * @see <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64836">Bug 64836 - junitlauncher poor summary</a>
**/
public class Junit5Progress implements TestExecutionListener {
private final AtomicInteger numSkippedInTestSet = new AtomicInteger();