apupier commented on PR #25843:
URL: https://github.com/apache/camel/pull/25843#issuecomment-5452736872
small formatting issue, just rebuild the module impacted:
```
diff --git
a/components/camel-stax/src/test/java/org/apache/camel/language/xtokenizer/XMLTokenizeNamespacesRefTest.java
b/components/camel-stax/src/test/java/org/apache/camel/language/xtokenizer/XMLTokenizeNamespacesRefTest.java
index b353aebb0e7d..f05cf67900c8 100644
---
a/components/camel-stax/src/test/java/org/apache/camel/language/xtokenizer/XMLTokenizeNamespacesRefTest.java
+++
b/components/camel-stax/src/test/java/org/apache/camel/language/xtokenizer/XMLTokenizeNamespacesRefTest.java
@@ -44,7 +44,8 @@ class XMLTokenizeNamespacesRefTest extends
CamelTestSupport {
@Test
void testXTokenizeWithNamespacesRef() {
- Iterator<?> cheese = tokenize("//c:order", "<orders
xmlns:c=\"[http://acme.com/cheese\](http://acme.com/cheese/)"><c:order>one</c:order></orders>");
+ Iterator<?> cheese
+ = tokenize("//c:order", "<orders
xmlns:c=\"[http://acme.com/cheese\](http://acme.com/cheese/)"><c:order>one</c:order></orders>");
Iterator<?> wine = tokenize("//w:order", "<orders
xmlns:w=\"[http://acme.com/wine\](http://acme.com/wine/)"><w:order>two</w:order></orders>");
// 1 positive example per namespace
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]