Fix broken javadoc. (#938)

This commit is contained in:
Arturo Bernal 2022-08-21 14:57:32 +02:00 committed by GitHub
parent 5fc1f111f8
commit 598f2fb915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View File

@ -82,7 +82,7 @@ public class ObjectUtils {
}
/**
* <p>Ensure singleton.</p>
* <p>Ensure Singleton after serialization.</p>
*
* @return the singleton value
*/

View File

@ -2064,7 +2064,7 @@ public abstract class ToStringStyle implements Serializable {
}
/**
* <p>Ensure {@link Singleton} after serialization.</p>
* <p>Ensure Singleton after serialization.</p>
*
* @return the singleton
*/
@ -2095,7 +2095,7 @@ public abstract class ToStringStyle implements Serializable {
}
/**
* <p>Ensure {@link Singleton} after serialization.</p>
* <p>Ensure Singleton after serialization.</p>
*
* @return the singleton
*/
@ -2193,7 +2193,7 @@ public abstract class ToStringStyle implements Serializable {
}
/**
* <p>Ensure {@link Singleton} after serialization.</p>
* <p>Ensure Singleton after serialization.</p>
*
* @return the singleton
*/
@ -2225,7 +2225,7 @@ public abstract class ToStringStyle implements Serializable {
}
/**
* <p>Ensure {@link Singleton} after serialization.</p>
* <p>Ensure Singleton after serialization.</p>
*
* @return the singleton
*/
@ -2557,7 +2557,7 @@ public abstract class ToStringStyle implements Serializable {
/**
* <p>
* Ensure {@link Singleton} after serialization.
* Ensure Singleton after serialization.
* </p>
*
* @return the singleton

View File

@ -110,7 +110,7 @@ public class BasicThreadFactory implements ThreadFactory {
private final Boolean daemon;
/**
* Creates a new instance of {@link ThreadFactoryImpl} and configures it
* Creates a new instance of {@link ThreadFactory} and configures it
* from the specified {@link Builder} object.
*
* @param builder the {@link Builder} object

View File

@ -517,7 +517,7 @@ public final class Fraction extends Number implements Comparable<Fraction> {
* <p>The returned fraction is in reduced form.</p>
*
* @param power the power to raise the fraction to
* @return {@code this} if the power is one, {@link ONE} if the power
* @return {@code this} if the power is one, {@link #ONE} if the power
* is zero (even if the fraction equals ZERO) or a new fraction instance
* raised to the appropriate power
* @throws ArithmeticException if the resulting numerator or denominator exceeds

View File

@ -921,7 +921,7 @@ public class FastDatePrinter implements DatePrinter, Serializable {
private final int mField;
/**
* Constructs an instance of {@link UnpadedNumberField} with the specified field.
* Constructs an instance of {@link UnpaddedNumberField} with the specified field.
*
* @param field the field
*/