Skip to content

Commit

Permalink
fix merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-turner committed Aug 30, 2024
1 parent 9df6c94 commit 75b551f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.apache.accumulo.core.client.AccumuloClient;
import org.apache.accumulo.core.client.IsolatedScanner;
import org.apache.accumulo.core.client.Scanner;
import org.apache.accumulo.core.client.ScannerBase;
import org.apache.accumulo.core.conf.Property;
import org.apache.accumulo.core.data.Range;
import org.apache.accumulo.core.security.Authorizations;
Expand Down Expand Up @@ -56,7 +57,8 @@ public void configureMiniCluster(MiniAccumuloConfigImpl cfg, Configuration hadoo
}

/**
* {@link org.apache.accumulo.test.functional.ScannerIT#testSessionCleanup()} is a similar test.
* {@link org.apache.accumulo.test.functional.ScannerIT#testSessionCleanup(ScannerBase.ConsistencyLevel)}
* is a similar test.
*/
@Test
public void testManyScans() throws Exception {
Expand Down

0 comments on commit 75b551f

Please sign in to comment.