You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/09/23 18:45:53 UTC

svn commit: r1389091 - /lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java

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



Re: svn commit: r1389091 - /lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java

Posted by Robert Muir <rc...@gmail.com>.
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
<lu...@mikemccandless.com> wrote:
> Woops, thanks!
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Sun, Sep 23, 2012 at 12:45 PM,  <rm...@apache.org> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
lucidworks.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: svn commit: r1389091 - /lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/util/fst/ListOfOutputs.java

Posted by Michael McCandless <lu...@mikemccandless.com>.
Woops, thanks!

Mike McCandless

http://blog.mikemccandless.com


On Sun, Sep 23, 2012 at 12:45 PM,  <rm...@apache.org> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org