Skip to content

Commit

Permalink
HBASE-19298 CellScanner and CellScannable should be declared as IA.Pu…
Browse files Browse the repository at this point in the history
…blic

Signed-off-by: Michael Stack <stack@apache.org>
  • Loading branch information
chia7712 authored and saintstack committed Dec 2, 2017
1 parent fa9ab39 commit 8354a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* CellScanner rather than say Iterator&lt;Cell&gt;. See CellScanner class comment for why we go
* dumber than java.util.Iterator.
*/
@InterfaceAudience.Private
@InterfaceAudience.Public
public interface CellScannable {
/**
* @return A CellScanner over the contained {@link Cell}s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
* <p>Often used reading {@link org.apache.hadoop.hbase.Cell}s written by
* {@link org.apache.hadoop.hbase.io.CellOutputStream}.
*/
@InterfaceAudience.Private
@InterfaceStability.Unstable
@InterfaceAudience.Public
public interface CellScanner {
/**
* @return the current Cell which may be mutable
Expand Down

0 comments on commit 8354a56

Please sign in to comment.