We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabf4b4 commit 6299f48Copy full SHA for 6299f48
src/main/java/ru/mystamps/web/util/extractor/JsoupSiteParser.java
@@ -41,7 +41,7 @@ public class JsoupSiteParser implements SiteParser {
41
// When you're adding a new field don't forget to also update:
42
// - JsoupSiteParser.setField()
43
// - JsoupSiteParser.isFullyInitialized() (optionally)
44
- // - SiteParserTest.describe()
+ // - JsoupSiteParserTest.describe()
45
private String name;
46
private String matchedUrl;
47
private String categoryLocator;
0 commit comments