Skip to content

Commit

Permalink
HADOOP-18336. Tag FSDataInputStream.getWrappedStream() @Public/@stable (
Browse files Browse the repository at this point in the history
#4555)

Contributed by: Ashutosh Gupta
  • Loading branch information
ashutoshcipher authored and steveloughran committed Jul 13, 2022
1 parent e0abdd8 commit 3a6d865
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ public boolean seekToNewSource(long targetPos) throws IOException {
*
* @return the underlying input stream
*/
@InterfaceAudience.LimitedPrivate({"HDFS"})
@InterfaceAudience.Public
@InterfaceStability.Stable
public InputStream getWrappedStream() {
return in;
}
Expand Down

0 comments on commit 3a6d865

Please sign in to comment.