This is an automated email from the ASF dual-hosted git repository.
Apache9 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 6983e2d59c8 HBASE-30123 Addendum remove junit4 import in
TestFSDataInputStreamWrapper
6983e2d59c8 is described below
commit 6983e2d59c836c4a2ce55608997a3cb1e4ab7a6a
Author: Duo Zhang <[email protected]>
AuthorDate: Tue May 26 17:38:15 2026 +0800
HBASE-30123 Addendum remove junit4 import in TestFSDataInputStreamWrapper
---
.../java/org/apache/hadoop/hbase/io/TestFSDataInputStreamWrapper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestFSDataInputStreamWrapper.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestFSDataInputStreamWrapper.java
index e1429811421..6fd57143dbf 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestFSDataInputStreamWrapper.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestFSDataInputStreamWrapper.java
@@ -36,8 +36,8 @@ import org.apache.hadoop.fs.StreamCapabilities;
import org.apache.hadoop.hbase.testclassification.MiscTests;
import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.io.ByteBufferPool;
-import org.junit.Test;
import org.junit.jupiter.api.Tag;
+import org.junit.jupiter.api.Test;
@Tag(SmallTests.TAG)
@Tag(MiscTests.TAG)