diff --git a/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/scraper/URLCharityScraper.java b/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/scraper/URLCharityScraper.java index 1122919..ce563c9 100644 --- a/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/scraper/URLCharityScraper.java +++ b/helpmehelpapplication/src/main/java/ntnu/systemutvikling/team6/scraper/URLCharityScraper.java @@ -49,7 +49,7 @@ public URLCharityScraper(String url) { /** * Constructor used for testing. * - *

It accepts both a url (in this case used as a dud) and a {@link WebDriver} as parameters. The WebDriver is + *

It accepts both a url (should ideally be a dud) and a {@link WebDriver} as parameters. The WebDriver is * passed to make testing easier.

* * @param url the URL for the charity's webpage on IK (for this constructor it should not be a real URL)