This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 3a6d865a0f6 HADOOP-18336. Tag FSDataInputStream.getWrappedStream() 
@Public/@Stable (#4555)
3a6d865a0f6 is described below

commit 3a6d865a0f6cbf1b99b21ad53e54de5cc1242a23
Author: Ashutosh Gupta <ashutosh.gu...@st.niituniversity.in>
AuthorDate: Wed Jul 13 12:56:56 2022 +0100

    HADOOP-18336. Tag FSDataInputStream.getWrappedStream() @Public/@Stable 
(#4555)
    
    Contributed by: Ashutosh Gupta
---
 .../src/main/java/org/apache/hadoop/fs/FSDataInputStream.java          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FSDataInputStream.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FSDataInputStream.java
index 52644402ca4..cca6c28da11 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FSDataInputStream.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FSDataInputStream.java
@@ -144,7 +144,8 @@ public class FSDataInputStream extends DataInputStream
    *
    * @return the underlying input stream
    */
-  @InterfaceAudience.LimitedPrivate({"HDFS"})
+  @InterfaceAudience.Public
+  @InterfaceStability.Stable
   public InputStream getWrappedStream() {
     return in;
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to