Skip to content

Commit

Permalink
Revert "form"
Browse files Browse the repository at this point in the history
This reverts commit 74cd190.
  • Loading branch information
Vincent Potucek committed Feb 9, 2025
1 parent 74cd190 commit 46f143b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ public String getDisplayName() {

@Override
public String getDescription() {
return """
Checks that any combination of String literals is on the left side of an `equals()` comparison.
Also checks for String literals assigned to some field (such as `someString.equals(anotherString = "text"))`.
""";
return "Checks that any combination of String literals is on the left side of an `equals()` comparison. Also checks for String literals assigned to some field (such as `someString.equals(anotherString = \"text\"))`.";
}

@Override
Expand Down

0 comments on commit 46f143b

Please sign in to comment.