Skip to content

Commit 50a0e8f

Browse files
Marcono1234oetr
authored andcommitted
chore: simplify test Javadoc
1 parent 3748b71 commit 50a0e8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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
25-
* fuzz test whether the hook is called or not.
24+
* Hook that targets {@code ArrayList.<init>} that sets a system property so that we can check in
25+
* the fuzz test whether the hook is called or not.
2626
*/
2727
public class CoverageWithHooksFuzzerHooks {
2828
@MethodHook(

0 commit comments

Comments
 (0)