Remove possibility to create Sones from sone provider interface.
[Sone.git] / src / test / java / net / pterodactylus / sone / text / SoneTextParserTest.java
index cd05acb..53c52dd 100644 (file)
@@ -181,7 +181,7 @@ public class SoneTextParserTest extends TestCase {
                 * {@inheritDoc}
                 */
                @Override
-               public Sone getSone(final String soneId, boolean create) {
+               public Sone getSone(final String soneId) {
                        return new Sone(soneId, false) {
 
                                /**