You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/03/07 10:23:39 UTC

svn commit: r1898669 - /poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java

Author: fanningpj
Date: Mon Mar  7 10:23:39 2022
New Revision: 1898669

URL: http://svn.apache.org/viewvc?rev=1898669&view=rev
Log:
reformat

Modified:
    poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java

Modified: poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java?rev=1898669&r1=1898668&r2=1898669&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java (original)
+++ poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFTextParagraph.java Mon Mar  7 10:23:39 2022
@@ -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");



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org