java-object-diff icon indicating copy to clipboard operation
java-object-diff copied to clipboard

Fixed Javadoc errors

Open odisseus opened this issue 3 years ago • 0 comments

The self-closed p tag causes errors during Javadoc generation, and it doesn't make sense from the semantic point of view. The single p tag without the corresponding closing tag seems to be the standard way to mark paragraphs in Javadoc, and it is valid HTML 3.2.

The class TypePropertyAnnotationInclusionResolver had to be made public, because it is referenced in Javadoc.

odisseus avatar Mar 17 '22 03:03 odisseus