Normalize Javadoc paragraph tags "p" (lower case)

This commit is contained in:
Gary Gregory 2022-08-23 10:49:00 -04:00
parent 1c2397eb47
commit 34e4ef7eaa
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ public class HashCodeBuilder implements Builder<Integer> {
* also not as efficient as testing explicitly.
* </p>
*
* <P>
* <p>
* If the TestTransients parameter is set to {@code true}, transient members will be tested, otherwise they
* are ignored, as they are likely derived fields, and not part of the value of the {@link Object}.
* </p>

View File

@ -463,7 +463,7 @@ public class StandardToStringStyle extends ToStringStyle {
* Gets the start text to output when an {@link Object} is
* output in summary mode.
*
* <P>This is output before the size value.</p>
* <p>This is output before the size value.</p>
*
* @return the current start of summary text
*/