Skip to content

Commit

Permalink
Merge pull request projectlombok#3503 from Rawi01/javac6-singular-test
Browse files Browse the repository at this point in the history
Exclude failing test for javac < 8
  • Loading branch information
Rawi01 committed Sep 17, 2023
2 parents 67cd7a6 + e226cd3 commit 9f350ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// version 8:
import java.util.Set;
import lombok.NonNull;
class Book {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// version 8:
// issue #1377: @Singular is not removed by delombok.

import java.util.Set;
Expand Down

0 comments on commit 9f350ac

Please sign in to comment.