File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
xmlunit-core/src/main/java/org/xmlunit/builder/javax_jaxb
xmlunit-jakarta-jaxb-impl/src/main/java/org/xmlunit/builder/jakarta_jaxb Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments