Javadoc only

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2342 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-10-21 16:30:37 +00:00
parent 9a9f4c1354
commit b2781bda3f

View File

@ -61,12 +61,17 @@ public interface ImportingParser {
* *
* @param project * @param project
* @param metadata * @param metadata
* @param job
* @param fileRecords * @param fileRecords
* @param format * @param format
* @param limit maximum number of rows to create * @param limit
* @param options custom options put together by the UI corresponding to this parser, * maximum number of rows to create
* which the parser should understand * @param options
* custom options put together by the UI corresponding to this
* parser, which the parser should understand
* @param exceptions * @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( public void parse(
Project project, Project project,