Skip to content

Commit

Permalink
Merge pull request #122 from BoykoAlex/no-sys-out
Browse files Browse the repository at this point in the history
Remove sys out calls
  • Loading branch information
sambsnyd authored Jun 13, 2023
2 parents ac9e459 + f82d1c9 commit da24cf3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public String getDisplayName() {

@Override
public String getDescription() {
System.out.println();
return "Replace `Optional#isPresent()` with `Optional#ifPresent()`. Please note that this recipe is only suitable for if-blocks that lack an Else-block and have a single condition applied.";
}

Expand Down

0 comments on commit da24cf3

Please sign in to comment.