Update copyright headers.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / SoneTextParser.java
index b3593ec..5c59912 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetLinkParser.java - Copyright © 2010–2012 David Roden
+ * Sone - SoneTextParser.java - Copyright © 2010–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
@@ -245,7 +245,7 @@ public class SoneTextParser implements Parser<SoneTextParserContext> {
                                                                 * don’t use create=true above, we don’t want
                                                                 * the empty shell.
                                                                 */
-                                                               sone = new Sone(soneId);
+                                                               sone = new Sone(soneId, false);
                                                        }
                                                        parts.add(new SonePart(sone));
                                                        line = line.substring(50);