Skip to content

Commit 0dbc82b

Browse files
authored
chore: simplify test Javadoc
1 parent 86d15ed commit 0dbc82b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/java/com/example/CoverageWithHooksFuzzerHooks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.lang.invoke.MethodHandle;
2222

2323
/**
24-
* Hook that targets ArrayList.<init> that sets a system property so that we can check in the
24+
* Hook that targets {@code ArrayList.<init>} that sets a system property so that we can check in the
2525
* fuzz test whether the hook is called or not.
2626
*/
2727
public class CoverageWithHooksFuzzerHooks {

0 commit comments

Comments
 (0)