Skip to content

Commit

Permalink
Javadoc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Aug 10, 2016
1 parent 898f234 commit 6787eb8
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2010-2014 Norconex Inc.
/* Copyright 2010-2016 Norconex Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -90,7 +90,7 @@
* (Optional name of IDOL target field where to store the source
* reference. If not specified, default is "DREREFERENCE".)
* </targetReferenceField>
* <sourceContentField keep="[false|true]&gt";
* <sourceContentField keep="[false|true]">
* (If you wish to use a metadata field to act as the document
* "content", you can specify that field here. Default
* does not take a metadata field but rather the document content.
Expand Down Expand Up @@ -336,9 +336,8 @@ protected void saveToXML(XMLStreamWriter writer) throws XMLStreamException {

/**
* Build an idol document using the idx file format
* @param is
* @param properties
* @param dbName
* @param is input stream
* @param properties properties
* @return a string containing a document in the idx format
*/
protected String buildIdxDocument(InputStream is, Properties properties) {
Expand Down

0 comments on commit 6787eb8

Please sign in to comment.