Change contract of Shell.getShelled().
[Sone.git] / src / main / java / net / pterodactylus / sone / data / SoneShell.java
index 8b2f727..50b1189 100644 (file)
@@ -297,7 +297,7 @@ public class SoneShell extends Sone implements Shell<Sone> {
                        }
                        return sone;
                }
-               return null;
+               return this;
        }
 
 }