HADOOP-18336. Tag FSDataInputStream.getWrappedStream() @Public/@Stable (#4555)
Contributed by: Ashutosh Gupta
This commit is contained in:
parent
e0abdd8d33
commit
3a6d865a0f
|
@ -144,7 +144,8 @@ public class FSDataInputStream extends DataInputStream
|
||||||
*
|
*
|
||||||
* @return the underlying input stream
|
* @return the underlying input stream
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.LimitedPrivate({"HDFS"})
|
@InterfaceAudience.Public
|
||||||
|
@InterfaceStability.Stable
|
||||||
public InputStream getWrappedStream() {
|
public InputStream getWrappedStream() {
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue