Change documentation to match new signature.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 8 Jun 2011 10:08:03 +0000 (12:08 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 8 Jun 2011 10:08:03 +0000 (12:08 +0200)
src/main/java/net/pterodactylus/sone/text/Parser.java

index 3fef8ae..9c5a2da 100644 (file)
@@ -31,13 +31,13 @@ import java.io.Reader;
 public interface Parser<C extends ParserContext> {
 
        /**
-        * Create a {@link Part} from the given text source.
+        * Create one or more {@link Part}s from the given text source.
         *
         * @param context
         *            The parser context
         * @param source
         *            The text source
-        * @return The parsed part
+        * @return The parsed parts
         * @throws IOException
         *             if an I/O error occurs
         */