Remove javadoc @see tag. I can't manage to make it work with precommit.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1603014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2014-06-16 22:38:52 +00:00
parent dd32343ee2
commit 1b080217c2
1 changed files with 1 additions and 2 deletions

View File

@ -495,8 +495,7 @@ public class MultiDocValues {
this.ramBytesUsed = ramBytesUsed;
}
/** Create an {@link OrdinalMap} with the default overhead ratio.
* @see #OrdinalMap(Object, TermsEnum[], float) */
/** Create an {@link OrdinalMap} with the default overhead ratio. */
public OrdinalMap(Object owner, TermsEnum subs[]) throws IOException {
this(owner, subs, PackedInts.DEFAULT);
}