diff options
author | Dominik Stadler <centic@apache.org> | 2021-01-06 09:10:17 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-01-06 09:10:17 +0000 |
commit | 42ca20ad591c285b82b9412b9b2fd3eac7c9b2d8 (patch) | |
tree | 75cda1a9907f359208abdc230c8841574024cd1f /src/excelant | |
parent | 9573f059b64c0e9c4b5e2f2b20c969bde3bae3b8 (diff) | |
download | poi-42ca20ad591c285b82b9412b9b2fd3eac7c9b2d8.tar.gz poi-42ca20ad591c285b82b9412b9b2fd3eac7c9b2d8.zip |
Avoid unneeded Unicode characters which break compiling if encoding is not UTF-8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/excelant')
-rw-r--r-- | src/excelant/poi-ant-contrib/Junit5Progress.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 { |