Skip to content

Commit 6299f48

Browse files
committed
JsoupSiteParser: fix outdated comment.
Should be in 8f04801 commit. Addressed to #801 No code changes.
1 parent aabf4b4 commit 6299f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/util/extractor/JsoupSiteParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class JsoupSiteParser implements SiteParser {
4141
// When you're adding a new field don't forget to also update:
4242
// - JsoupSiteParser.setField()
4343
// - JsoupSiteParser.isFullyInitialized() (optionally)
44-
// - SiteParserTest.describe()
44+
// - JsoupSiteParserTest.describe()
4545
private String name;
4646
private String matchedUrl;
4747
private String categoryLocator;

0 commit comments

Comments
 (0)