This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new a514285d8 Fix formatting issue missed in previous commit
a514285d8 is described below

commit a514285d83b0f49a3e2440d59fd4d68d32666bc6
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Jan 11 09:14:43 2026 +0000

    Fix formatting issue missed in previous commit
---
 .../old-tests/src/test/java/org/apache/axiom/om/OMCachingTest.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/systests/old-tests/src/test/java/org/apache/axiom/om/OMCachingTest.java 
b/systests/old-tests/src/test/java/org/apache/axiom/om/OMCachingTest.java
index 1437cb070..39af41d31 100644
--- a/systests/old-tests/src/test/java/org/apache/axiom/om/OMCachingTest.java
+++ b/systests/old-tests/src/test/java/org/apache/axiom/om/OMCachingTest.java
@@ -39,9 +39,8 @@ public class OMCachingTest extends TestCase {
             documentElement = builder.getDocumentElement();
             String envelopeString = documentElement.toStringWithConsume();
         } catch (XMLStreamException e) {
-            e
-                    .printStackTrace(); // To change body of catch statement 
use File | Settings |
-                                        // File Templates.
+            e.printStackTrace(); // To change body of catch statement use File 
| Settings |
+            // File Templates.
         }
 
         try {

Reply via email to