In the HtmlView class, only the getUpdatedFileContents method is still empty. In this task, I'll describe what it should do.
1. In HtmlView, create a protected Document getDocument() throws IOException method that
parses the jobPostings.html file using jsoup. The file's encoding is UTF-8.
Aggregator (part 15)
- 36
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Dave Andrea
2 October 2020, 19:26
For requirement 3, don't chain the remove() method calls. The validator is unhappy about that.
0