Skip to content

Commit 96bb60e

Browse files
committed
HDDS-11274. (addendum) Replace Hadoop annotations/configs with Ozone-specific ones
1 parent b5cbf9b commit 96bb60e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ByteBufferPositionedReadable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import java.io.IOException;
2222
import java.nio.ByteBuffer;
2323

24-
import org.apache.hadoop.classification.InterfaceAudience;
25-
import org.apache.hadoop.classification.InterfaceStability;
24+
import org.apache.hadoop.hdds.annotation.InterfaceAudience;
25+
import org.apache.hadoop.hdds.annotation.InterfaceStability;
2626

2727
/**
2828
* FIXME: Hack: This is copied from Hadoop 3.3.6. Remove this interface once

0 commit comments

Comments
 (0)