Rename class that fetches a Sone with its URI.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index ffed7a9..b9fb766 100644 (file)
@@ -800,7 +800,7 @@ public class Core extends AbstractService implements SoneProvider, PostProvider,
                                }
                        }
                        soneDownloader.addSone(sone);
-                       soneDownloaders.execute(soneDownloader.new FetchSone(sone));
+                       soneDownloaders.execute(soneDownloader.new FetchSoneWithUri(sone));
                        return sone;
                }
        }