From 42ca20ad591c285b82b9412b9b2fd3eac7c9b2d8 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 6 Jan 2021 09:10:17 +0000 Subject: [PATCH] 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 --- src/excelant/poi-ant-contrib/Junit5Progress.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5