Javadoc fix

This commit is contained in:
Alex Herbert 2020-07-21 08:21:55 +01:00
parent 2242b6f2ca
commit 2957f33b6f
2 changed files with 3 additions and 5 deletions

View File

@ -727,7 +727,7 @@ static final class NonComparableCharSequence implements CharSequence {
/**
* Create a new NonComparableCharSequence instance.
*
* @param value
* @param value the CharSequence value
*/
NonComparableCharSequence(final String value) {
super();

View File

@ -599,8 +599,7 @@ public void testMapSkipNullKey() {
}
/**
* An object with nested object structures used to test {@link ToStringStyle.JsonToStringStyle}.
*
* An object with nested object structures used to test {@code ToStringStyle.JsonToStringStyle}.
*/
static class NestingPerson {
/**
@ -684,8 +683,7 @@ public String toString() {
}
/**
* An object with a Map field used to test {@link ToStringStyle.JsonToStringStyle}.
*
* An object with a Map field used to test {@code ToStringStyle.JsonToStringStyle}.
*/
static class InnerMapObject {
/**