Skip to content

Commit

Permalink
Javadoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Dec 27, 2021
1 parent 2b6041f commit aeaeb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/jsoup/integration/FuzzFixesIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

/**
Tests fixes for issues raised by the OSS Fuzz project @ https://oss-fuzz.com/testcases?project=jsoup As some of these
are timeout tests - run each file 100 times and ensure under time.
Tests fixes for issues raised by the <a href="https://oss-fuzz.com/testcases?project=jsoup">OSS Fuzz project</a>. As
some of these are timeout tests - run each file 100 times and ensure under time.
*/
public class FuzzFixesIT {
static int numIters = 50;
Expand Down

0 comments on commit aeaeb92

Please sign in to comment.