mirror of https://github.com/apache/lucene.git
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:
parent
dd32343ee2
commit
1b080217c2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue