Remove Sone instance from SoneUpdater interface.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneUpdater.java
index 58c38f5..5cdefbe 100644 (file)
@@ -10,6 +10,6 @@ import net.pterodactylus.sone.data.Sone;
  */
 public interface SoneUpdater {
 
-       void updateSone(Sone sone, long edition);
+       void updateSone(long edition);
 
 }