Remove possibility to create Sones from sone provider interface.
[Sone.git] / src / test / java / net / pterodactylus / sone / text / SoneTextParserTest.java
index 9a060f6..53c52dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneTextParserTest.java - Copyright © 2011–2012 David Roden
+ * Sone - SoneTextParserTest.java - Copyright © 2011–2013 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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) {
 
                                /**