This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 34e4ef7eaa03cdb4e5c87f447c0b42c81e24b0c2 Author: Gary Gregory <[email protected]> AuthorDate: Tue Aug 23 10:49:00 2022 -0400 Normalize Javadoc paragraph tags "p" (lower case) --- src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java | 2 +- .../java/org/apache/commons/lang3/builder/StandardToStringStyle.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java b/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java index 02765282d..bf33b850e 100644 --- a/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java +++ b/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java @@ -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> diff --git a/src/main/java/org/apache/commons/lang3/builder/StandardToStringStyle.java b/src/main/java/org/apache/commons/lang3/builder/StandardToStringStyle.java index 0c11e3ab5..085e61943 100644 --- a/src/main/java/org/apache/commons/lang3/builder/StandardToStringStyle.java +++ b/src/main/java/org/apache/commons/lang3/builder/StandardToStringStyle.java @@ -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 */
