Javadoc: Remove redundant "java.lang" prefix
This commit is contained in:
parent
33d58516c5
commit
f73fafb105
|
@ -35,7 +35,7 @@ import java.io.Serializable;
|
|||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
* Abstract test class for {@link java.lang.Object} methods and contracts.
|
||||
* Abstract test class for {@link Object} methods and contracts.
|
||||
* <p>
|
||||
* To use, simply extend this class, and implement
|
||||
* the {@link #makeObject()} method.
|
||||
|
|
Loading…
Reference in New Issue