File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pdftest/src/main/java/com/itextpdf/test/annotations Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,14 @@ This file is part of the iText (R) project.
62
62
LogMessage [] messages ();
63
63
64
64
/**
65
- * Whether or not the {@link LogListener} algorithm should be ignored. If
65
+ * Defines whether the {@link LogListener} algorithm should be ignored. If
66
66
* ignored, no checks will be done on the log messages for this test.
67
+ *
68
+ * Note that even if you set this parameter to {@code true}, you still have to specify
69
+ * all potential log messages in {@link LogMessage} annotations for now, otherwise
70
+ * {@link LogListener} will report issues.
67
71
*
68
- * Defaults to false.
72
+ * Defaults to {@code false} .
69
73
*
70
74
* @return whether to ignore the {@link LogListener} algorithm
71
75
*/
You can’t perform that action at this time.
0 commit comments