HADOOP-18336. Tag FSDataInputStream.getWrappedStream() @Public/@Stable (#4555)

Contributed by: Ashutosh Gupta
This commit is contained in:
Ashutosh Gupta 2022-07-13 12:56:56 +01:00 committed by Steve Loughran
parent e0abdd8d33
commit 3a6d865a0f
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0

View File

@ -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;
}