Rename class that fetches a Sone with its URI.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneDownloader.java
index 8b3ad79..8f4bf7d 100644 (file)
@@ -533,11 +533,11 @@ public class SoneDownloader extends AbstractService {
                }
        }
 
-       public class FetchSone implements Runnable {
+       public class FetchSoneWithUri implements Runnable {
 
                private final Sone sone;
 
-               public FetchSone(Sone sone) {
+               public FetchSoneWithUri(Sone sone) {
                        this.sone = sone;
                }