]> source.dussan.org Git - poi.git/commitdiff
Avoid unneeded Unicode characters which break compiling if encoding is not UTF-8
authorDominik Stadler <centic@apache.org>
Wed, 6 Jan 2021 09:10:17 +0000 (09:10 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 6 Jan 2021 09:10:17 +0000 (09:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885186 13f79535-47bb-0310-9956-ffa450edef68

src/excelant/poi-ant-contrib/Junit5Progress.java

index f907b5c27cbac312478886754fad1c4704ce3915..110d85c7f8d082875d36eda4f186c5ee50b36c60 100644 (file)
@@ -32,7 +32,7 @@ import org.junit.platform.launcher.TestPlan;
 /**
  * Custom listener class for Ants junitlauncher, because it chomps the important running details
  *
- * @see <a href="https://www.selikoff.net/2018/07/28/ant-and-junit-5-outputting-test-duration-and-failure-to-the-log/">ant and junit 5  outputting test duration and failure to the log</a>
+ * @see <a href="https://www.selikoff.net/2018/07/28/ant-and-junit-5-outputting-test-duration-and-failure-to-the-log/">ant and junit 5 - outputting test duration and failure to the log</a>
  **/
 public class Junit5Progress implements TestExecutionListener {