Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
update javadoc for GenericOkapiFilterAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Jun 5, 2013
1 parent c6d7236 commit baa1042
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -90,7 +90,8 @@ public enum IdSource {
*
* @param filter {@link IFilter} used to parse the document
* @param idSource determines how ids are assigned to TextFlows. The chosen
* source should never produce duplicate ids.
* source should only produce duplicate ids when source
* content is identical.
*/
public GenericOkapiFilterAdapter(IFilter filter, IdSource idSource)
{
Expand All @@ -101,7 +102,12 @@ public GenericOkapiFilterAdapter(IFilter filter, IdSource idSource)
* Create an adapter that will use the specified {@link IdSource} as TextFlow id.
*
* @param filter {@link IFilter} used to parse the document
* @param idSource determines how ids are assigned to TextFlows
* @param idSource determines how ids are assigned to TextFlows The chosen
* source should only produce duplicate ids when source
* content is identical.
* @param requireFileOutput true if filter requires a file on disk rather than
* just a stream. Causes a temp file to be created
* when parsing.
*/
public GenericOkapiFilterAdapter(IFilter filter, IdSource idSource, boolean requireFileOutput)
{
Expand Down

0 comments on commit baa1042

Please sign in to comment.