SOLR-7957: Fix javadoc error causing precommit to fail

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-08-29 07:47:03 +00:00
parent 31b0bc959f
commit e6e4f18fac
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public abstract class DocTransformer {
*
* @param doc The document to alter
* @param docid The Lucene internal doc id
* @param score
* @param score the score for this document
* @throws IOException If there is a low-level I/O error.
*/
public abstract void transform(SolrDocument doc, int docid, float score) throws IOException;