Skip to content

Commit

Permalink
Closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Mar 23, 2016
2 parents ff8640d + 0fffa54 commit 8d87ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public Read withBigtableOptions(BigtableOptions.Builder optionsBuilder) {
*
* <p>Does not modify this object.
*/
Read withRowFilter(RowFilter filter) {
public Read withRowFilter(RowFilter filter) {
checkNotNull(filter, "filter");
return new Read(options, tableId, filter, bigtableService);
}
Expand Down

0 comments on commit 8d87ee0

Please sign in to comment.