HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public (Contributed by Ted Yu)

This commit is contained in:
Vinayakumar B 2016-02-16 17:32:03 +05:30
parent 8ed07bd3e6
commit 4b0e59fdc0
2 changed files with 4 additions and 1 deletions

View File

@ -2550,6 +2550,9 @@ Release 2.6.5 - UNRELEASED
IMPROVEMENTS
HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public
(Ted Yu via vinayakumarb)
OPTIMIZATIONS
BUG FIXES

View File

@ -25,7 +25,7 @@ import org.apache.hadoop.classification.InterfaceStability;
* FSDataInputStreams implement this interface to indicate that they can clear
* their buffers on request.
*/
@InterfaceAudience.Private
@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface CanUnbuffer {
/**