From b2781bda3f66bc866eff7d566a30049fedca5e7b Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Fri, 21 Oct 2011 16:30:37 +0000 Subject: [PATCH] Javadoc only git-svn-id: http://google-refine.googlecode.com/svn/trunk@2342 7d457c2a-affb-35e4-300a-418c747d4874 --- .../com/google/refine/importing/ImportingParser.java | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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,