HBASE-27060 Addendum spotless fix (#4580)

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Bryan Beaudreault 2022-06-25 17:28:09 -04:00 committed by GitHub
parent a9f9701b72
commit c0a8647c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ package org.apache.hadoop.hbase.client.coprocessor;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseClassTestRule;