зеркало из https://github.com/Azure/YCSB.git
converted teardownclass() to static
This commit is contained in:
Родитель
366cbf4a06
Коммит
041fd5a89d
|
@ -86,7 +86,7 @@ public class RadosClientTest {
|
|||
}
|
||||
|
||||
@AfterClass
|
||||
public void teardownClass() throws DBException {
|
||||
public static void teardownClass() throws DBException {
|
||||
if (radosclient != null) {
|
||||
radosclient.cleanup();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче