Author: fanningpj
Date: Thu Jun 18 21:13:15 2026
New Revision: 1935492
Log:
tidy up
Modified:
xmlbeans/trunk/src/test/java/xmlcursor/xpath/common/XPathCommon.java
Modified: xmlbeans/trunk/src/test/java/xmlcursor/xpath/common/XPathCommon.java
==============================================================================
--- xmlbeans/trunk/src/test/java/xmlcursor/xpath/common/XPathCommon.java
Thu Jun 18 21:09:34 2026 (r1935491)
+++ xmlbeans/trunk/src/test/java/xmlcursor/xpath/common/XPathCommon.java
Thu Jun 18 21:13:15 2026 (r1935492)
@@ -72,7 +72,7 @@ public class XPathCommon {
StringBuilder sb = new StringBuilder();
int i = 0;
while (rObj.toNextSelection()) {
- sb.append("[cursor-").append(i).append("] --
").append(rObj.xmlText(xm)).append("\n");
+ sb.append("[cursor-").append(i).append("] --
").append(rObj.xmlText(xm)).append('\n');
i++;
}
return sb.toString();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]