🔀 Merge 'feature/remove-trust-functions' into 'next'
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneRescuer.java
index 4d706ca..2246ac9 100644 (file)
@@ -114,8 +114,9 @@ public class SoneRescuer extends AbstractService {
         *            The edition to rescue
         * @return This Sone rescuer
         */
-       public void setEdition(long edition) {
+       public SoneRescuer setEdition(long edition) {
                currentEdition = edition;
+               return this;
        }
 
        /**