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:
parent
5d3892d864
commit
a873e206c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue