diff --git a/src/excelant/poi-ant-contrib/Junit5Progress.java b/src/excelant/poi-ant-contrib/Junit5Progress.java
index f907b5c27c..110d85c7f8 100644
--- a/src/excelant/poi-ant-contrib/Junit5Progress.java
+++ b/src/excelant/poi-ant-contrib/Junit5Progress.java
@@ -32,7 +32,7 @@ import org.junit.platform.launcher.TestPlan;
/**
* Custom listener class for Ants junitlauncher, because it chomps the important running details
*
- * @see ant and junit 5 – outputting test duration and failure to the log
+ * @see ant and junit 5 - outputting test duration and failure to the log
**/
public class Junit5Progress implements TestExecutionListener {