Skip to content

Commit 505f014

Browse files
committed
javadoc warning
1 parent 98dc0be commit 505f014

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

xmlunit-core/src/main/java/org/xmlunit/builder/javax_jaxb/JavaxJaxbBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
/**
3535
* {@link Builder} for Jaxb-Object and creating a {@link JAXBSource}.
36-
* <p>
37-
* If no custom {@link Marshaller} is set by {@link #withMarshaller(Marshaller)}, then the same logic as in {@link JAXB}
38-
* is used the create a default {@link Marshaller}.
36+
*
37+
* <p>If no custom {@link Marshaller} is set by {@link JaxbBuilder#withMarshaller}, then the same logic as in {@link
38+
* JAXB} is used the create a default {@link Marshaller}.</p>
3939
*
4040
* @since 2.9.0
4141
*/

xmlunit-jakarta-jaxb-impl/src/main/java/org/xmlunit/builder/jakarta_jaxb/JakartaJaxbBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
/**
3535
* {@link Builder} for Jaxb-Object and creating a {@link JAXBSource}.
36-
* <p>
37-
* If no custom {@link Marshaller} is set by {@link #withMarshaller(Marshaller)}, then the same logic as in {@link JAXB}
38-
* is used the create a default {@link Marshaller}.
36+
*
37+
* <p> If no custom {@link Marshaller} is set by {@link JaxbBuilder#withMarshaller}, then the same logic as in {@link
38+
* JAXB} is used the create a default {@link Marshaller}.</p>
3939
*
4040
* @since 2.9.0
4141
*/

0 commit comments

Comments
 (0)