On Tue, Jul 9, 2013 at 5:49 PM, <[email protected]> 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...
