fix lint for ReferenceCountingTest.java (#9837)

This commit is contained in:
Kai Yang
2020-07-31 17:00:00 +08:00
committed by GitHub
parent 6fb6bd3e61
commit 006e034cdb
@@ -21,7 +21,6 @@ import java.util.Set;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
@Test(groups = {"cluster"})