Exact picture seems to work
This commit is contained in:
@@ -2,8 +2,8 @@ package ch.gtache.fro.jsoup;
|
||||
|
||||
import ch.gtache.fro.Bird;
|
||||
import ch.gtache.fro.BirdProvider;
|
||||
import ch.gtache.fro.Configuration;
|
||||
import ch.gtache.fro.Fetcher;
|
||||
import ch.gtache.fro.FetcherConfiguration;
|
||||
import ch.gtache.fro.PictureType;
|
||||
import ch.gtache.fro.SoundType;
|
||||
import ch.gtache.fro.impl.AbstractFetcher;
|
||||
@@ -28,7 +28,7 @@ public abstract class AbstractJSoupFetcher extends AbstractFetcher {
|
||||
* @param configuration The configuration
|
||||
* @throws NullPointerException If any parameter is null
|
||||
*/
|
||||
protected AbstractJSoupFetcher(final BirdProvider birdProvider, final Configuration configuration) {
|
||||
protected AbstractJSoupFetcher(final BirdProvider birdProvider, final FetcherConfiguration configuration) {
|
||||
super(birdProvider, configuration);
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
module ch.gtache.fro.jsoup {
|
||||
requires transitive ch.gtache.fro.core;
|
||||
requires org.jsoup;
|
||||
requires transitive org.jsoup;
|
||||
requires ch.gtache.fro.api;
|
||||
requires org.apache.logging.log4j;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user