Skip to content

Commit

Permalink
Javadoc: Remove redundant "java.lang" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 9, 2023
1 parent 33d5851 commit f73fafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
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.
Expand Down

0 comments on commit f73fafb

Please sign in to comment.