diff --git a/main/src/com/google/refine/importing/ImportingParser.java b/main/src/com/google/refine/importing/ImportingParser.java index 79eae4633..f2d85c0ae 100644 --- a/main/src/com/google/refine/importing/ImportingParser.java +++ b/main/src/com/google/refine/importing/ImportingParser.java @@ -61,12 +61,17 @@ public interface ImportingParser { * * @param project * @param metadata + * @param job * @param fileRecords * @param format - * @param limit maximum number of rows to create - * @param options custom options put together by the UI corresponding to this parser, - * which the parser should understand + * @param limit + * maximum number of rows to create + * @param options + * custom options put together by the UI corresponding to this + * parser, which the parser should understand * @param exceptions + * list of exceptions thrown during the parse. Expects an empty + * List as input to which it can append new Exceptions thrown */ public void parse( Project project,