We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810f705 commit 3c5b96cCopy full SHA for 3c5b96c
src/main/java/edu/uci/ics/crawler4j/crawler/WebCrawler.java
@@ -70,7 +70,7 @@ public class WebCrawler implements Runnable {
70
/**
71
* The parser that is used by this crawler instance to parse the content of the fetched pages.
72
*/
73
- private Parser parser;
+ protected Parser parser;
74
75
76
* The fetcher that is used by this crawler instance to fetch the content of pages from the web.
0 commit comments