mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
This commit is contained in:
parent
9573f059b6
commit
42ca20ad59
@ -32,7 +32,7 @@ import org.junit.platform.launcher.TestPlan;
|
|||||||
/**
|
/**
|
||||||
* Custom listener class for Ants junitlauncher, because it chomps the important running details
|
* 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 {
|
public class Junit5Progress implements TestExecutionListener {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user