You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Robert Muir <rc...@gmail.com> on 2013/07/10 00:19:40 UTC

Re: svn commit: r1501576 - in /lucene/dev/trunk/lucene: ./ core/src/java/org/apache/lucene/util/packed/ core/src/test/org/apache/lucene/util/packed/

On Tue, Jul 9, 2013 at 5:49 PM, <jp...@apache.org> wrote:

>
> +
> +  /** @return The Elias-Fano encoder that is decoded. */
> +  public EliasFanoEncoder getEliasFanoEncoder() {
> +    return efEncoder;
> +  }
>

For methods like this, can we just state "Returns the ..."

The problem is that if there is only an @return, the "Method summary" for
the class will have a blank summary. this makes it hard on the user...

Re: svn commit: r1501576 - in /lucene/dev/trunk/lucene: ./ core/src/java/org/apache/lucene/util/packed/ core/src/test/org/apache/lucene/util/packed/

Posted by Adrien Grand <jp...@gmail.com>.
Good point Robert, I will fix it...

--
Adrien

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