Javadoc: Remove redundant "java.lang" prefix

This commit is contained in:
Gary Gregory 2023-12-09 10:01:36 -05:00
parent 33d58516c5
commit f73fafb105
1 changed files with 1 additions and 1 deletions

View File

@ -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.