Skip to content

Commit

Permalink
Merge branch 'main' into lombok-java-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanlingen committed Jan 9, 2025
1 parent b5deb67 commit e0c917d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ private static int getActualStartPosition(JCTree t) {
return convert(t, suffix, j -> Markers.EMPTY);
}

private <<J2 extends @Nullable J> @Nullable JRightPadded<J2> convert(@Nullable Tree t, Function<Tree, Space> suffix, Function<Tree, Markers> markers) {
private <J2 extends @Nullable J> @Nullable JRightPadded<J2> convert(@Nullable Tree t, Function<Tree, Space> suffix, Function<Tree, Markers> markers) {
if (t == null) {
return null;
}
Expand Down

0 comments on commit e0c917d

Please sign in to comment.