Merge branch 'release-0.9.5'
[Sone.git] / src / main / java / net / pterodactylus / sone / text / SoneTextParser.java
index ae299e1..fb4e7cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneTextParser.java - Copyright © 2010–2015 David Roden
+ * Sone - SoneTextParser.java - Copyright © 2010–2016 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
@@ -122,7 +122,7 @@ public class SoneTextParser implements Parser<SoneTextParserContext> {
         */
        @Nonnull
        @Override
-       public Iterable<Part> parse(@Nullable SoneTextParserContext context, @Nonnull String source) {
+       public Iterable<Part> parse(@Nonnull String source, @Nullable SoneTextParserContext context) {
                PartContainer parts = new PartContainer();
                BufferedReader bufferedReader = new BufferedReader(new StringReader(source));
                try {