Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 29, 2023
1 parent ba2d484 commit d8df67a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ class QDoxComponentGleanerTest {

private JavaProjectBuilder builder;

// @Override
@BeforeEach
public void setUp() {
gleaner = new QDoxComponentGleaner();
builder = new JavaProjectBuilder();
}

// @Override
@AfterEach
protected void tearDown() {
gleaner = null;
Expand Down

0 comments on commit d8df67a

Please sign in to comment.