Not really your problem... I can only catch these things with the eclipse validator at the moment. I gotta get LUCENE-4409 up and going so javadocs-lint will too.
On Sun, Sep 23, 2012 at 3:22 PM, Michael McCandless <[email protected]> wrote: > Woops, thanks! > > Mike McCandless > > http://blog.mikemccandless.com > > > On Sun, Sep 23, 2012 at 12:45 PM, <[email protected]> wrote: >> Author: rmuir >> Date: Sun Sep 23 16:45:53 2012 >> New Revision: 1389091 >> >> URL: http://svn.apache.org/viewvc?rev=1389091&view=rev >> Log: >> clear javadocs warning >> >> Modified: >> >> lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java >> >> Modified: >> lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java >> URL: >> http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java?rev=1389091&r1=1389090&r2=1389091&view=diff >> ============================================================================== >> --- >> lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java >> (original) >> +++ >> lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java >> Sun Sep 23 16:45:53 2012 >> @@ -23,6 +23,7 @@ import java.util.List; >> >> import org.apache.lucene.store.DataInput; >> import org.apache.lucene.store.DataOutput; >> +import org.apache.lucene.util.IntsRef; // javadocs >> >> /** >> * Wraps another Outputs implementation and encodes one or >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
