HBASE-10460 Return value of Scan#setSmall() should be void - Addendum patch to fix javadoc warning

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2014-02-05 04:06:13 +00:00
parent 5d3892d864
commit a873e206c9
1 changed files with 0 additions and 1 deletions

View File

@ -758,7 +758,6 @@ public class Scan extends Query {
* considered as a small scan.
*
* @param small
* @return this instance
*/
public void setSmall(boolean small) {
this.small = small;