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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 96bb60ede6 HDDS-11274. (addendum) Replace Hadoop annotations/configs 
with Ozone-specific ones
96bb60ede6 is described below

commit 96bb60ede6294883819584f914c8f38ad143c9dc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Aug 6 10:05:59 2024 +0200

    HDDS-11274. (addendum) Replace Hadoop annotations/configs with 
Ozone-specific ones
---
 .../main/java/org/apache/hadoop/fs/ByteBufferPositionedReadable.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ByteBufferPositionedReadable.java
 
b/hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ByteBufferPositionedReadable.java
index f5d0c85213..a9b55613ab 100644
--- 
a/hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ByteBufferPositionedReadable.java
+++ 
b/hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ByteBufferPositionedReadable.java
@@ -21,8 +21,8 @@ import java.io.EOFException;
 import java.io.IOException;
 import java.nio.ByteBuffer;
 
-import org.apache.hadoop.classification.InterfaceAudience;
-import org.apache.hadoop.classification.InterfaceStability;
+import org.apache.hadoop.hdds.annotation.InterfaceAudience;
+import org.apache.hadoop.hdds.annotation.InterfaceStability;
 
 /**
  * FIXME: Hack: This is copied from Hadoop 3.3.6. Remove this interface once


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to