Skip to content

Commit

Permalink
HDDS-11274. (addendum) Replace Hadoop annotations/configs with Ozone-…
Browse files Browse the repository at this point in the history
…specific ones
  • Loading branch information
adoroszlai committed Aug 6, 2024
1 parent b5cbf9b commit 96bb60e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
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
Expand Down

0 comments on commit 96bb60e

Please sign in to comment.