mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
maven: invoke super.tearDown() in finally block
This commit is contained in:
@@ -53,8 +53,12 @@ public class MavenIndicesTest extends MavenIndicesTestCase {
|
||||
|
||||
@Override
|
||||
protected void tearDown() throws Exception {
|
||||
shutdownIndices();
|
||||
super.tearDown();
|
||||
try {
|
||||
shutdownIndices();
|
||||
}
|
||||
finally {
|
||||
super.tearDown();
|
||||
}
|
||||
}
|
||||
|
||||
private void initIndices() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user