Skip to content

Commit

Permalink
javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Dec 28, 2022
1 parent 98dc0be commit 505f014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

/**
* {@link Builder} for Jaxb-Object and creating a {@link JAXBSource}.
* <p>
* If no custom {@link Marshaller} is set by {@link #withMarshaller(Marshaller)}, then the same logic as in {@link JAXB}
* is used the create a default {@link Marshaller}.
*
* <p>If no custom {@link Marshaller} is set by {@link JaxbBuilder#withMarshaller}, then the same logic as in {@link
* JAXB} is used the create a default {@link Marshaller}.</p>
*
* @since 2.9.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

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

0 comments on commit 505f014

Please sign in to comment.