Skip to content

Commit

Permalink
Remove setproperty for jdt.bug.367669 (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Oct 14, 2024
1 parent 5da0735 commit 29f2f2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public class FatJarExportTests {

@BeforeClass
public static void setUpTest() {
System.setProperty("jdt.bug.367669", "non-null");
}

private IJavaProject fProject;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public class PlainJarExportTests {

@BeforeClass
public static void setUpTest() {
System.setProperty("jdt.bug.367669", "non-null");
}

private IJavaProject fProject;
Expand Down

0 comments on commit 29f2f2d

Please sign in to comment.