Skip to content

Commit eea7e4a

Browse files
committed
chore: fix comments
1 parent 3a94b45 commit eea7e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactingMemStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ public void testMagicCompaction3Buckets() throws IOException {
845845
memstore.clearSnapshot(snapshot.getId());
846846
}
847847

848-
@Test
849848
@Override
849+
@Test
850850
public void testScan() throws IOException {
851851
scanMemStore(memstore, 6635);
852852
}

hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactingToCellFlatMapMemStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,8 @@ public void testBigCellSizeAfterInMemoryCompaction() throws IOException {
920920
}
921921
}
922922

923-
@Test
924923
@Override
924+
@Test
925925
public void testScan() throws IOException {
926926
scanMemStore(memstore, 915);
927927
}

0 commit comments

Comments
 (0)