We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3748b71 commit 50a0e8fCopy full SHA for 50a0e8f
1 file changed
tests/src/test/java/com/example/CoverageWithHooksFuzzerHooks.java
@@ -21,8 +21,8 @@
21
import java.lang.invoke.MethodHandle;
22
23
/**
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.
+ * Hook that targets {@code ArrayList.<init>} that sets a system property so that we can check in
+ * the fuzz test whether the hook is called or not.
26
*/
27
public class CoverageWithHooksFuzzerHooks {
28
@MethodHook(
0 commit comments