Skip to content

Commit

Permalink
update annotations such as After
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 9, 2024
1 parent 1d15d77 commit 2ebf366
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import org.apache.arrow.vector.types.pojo.FieldType;
import org.apache.arrow.vector.types.pojo.Schema;
import org.apache.arrow.vector.util.ByteArrayReadableSeekableByteChannel;
import org.junit.After;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

Expand All @@ -70,7 +70,7 @@ public void setup() {
root = null;
}

@After
@AfterEach
public void tearDown() {
if (root != null) {
root.close();
Expand Down

0 comments on commit 2ebf366

Please sign in to comment.