Exact picture seems to work
This commit is contained in:
@@ -2,9 +2,9 @@ package ch.gtache.fro.chants.oiseaux.fr;
|
||||
|
||||
import ch.gtache.fro.Bird;
|
||||
import ch.gtache.fro.BirdProvider;
|
||||
import ch.gtache.fro.Configuration;
|
||||
import ch.gtache.fro.FetchException;
|
||||
import ch.gtache.fro.Fetcher;
|
||||
import ch.gtache.fro.FetcherConfiguration;
|
||||
import ch.gtache.fro.selenium.AbstractSeleniumFetcher;
|
||||
|
||||
import java.io.IOException;
|
||||
@@ -21,7 +21,7 @@ public class ChantOiseauxFrFetcher extends AbstractSeleniumFetcher {
|
||||
* @param configuration The configuration
|
||||
* @throws NullPointerException If any parameter is null
|
||||
*/
|
||||
protected ChantOiseauxFrFetcher(final BirdProvider birdProvider, final Configuration configuration) {
|
||||
protected ChantOiseauxFrFetcher(final BirdProvider birdProvider, final FetcherConfiguration configuration) {
|
||||
super(birdProvider, configuration);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user