From: PJ Fanning Date: Mon, 7 Mar 2022 10:23:39 +0000 (+0000) Subject: reformat X-Git-Tag: REL_5_2_2~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8cc396f81a4ed5418ce1287d09564bb1cace8966;p=poi.git reformat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898669 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java index cfde3fefa6..54392ba051 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java +++ b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java @@ -169,10 +169,10 @@ class TestXSLFTextParagraph { } } - /** - * test breaking test into lines. - * This test requires that the Arial font is available and will run only on windows - */ + /** + * test breaking test into lines. + * This test requires that the Arial font is available and will run only on windows + */ @Test void testBreakLines() throws IOException { String os = System.getProperty("os.name");