File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/org/openrewrite/java/migrate/lombok Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ public String getDescription() {
48
48
"Limitations:\n " +
49
49
" - If two methods in a class are effectively the same setter then one's name will be corrected and the others name will be left as it is.\n " +
50
50
" - If the correct name for a method is already taken by another method then the name will not be corrected.\n " +
51
- " - Method name swaps or circular renaming within a class cannot be performed because the names block each other. " +
52
- "E.g. `int getFoo() { return ba; } int getBa() { return foo; }` stays as it is." ;
51
+ " - Method name swaps or circular renaming within a class cannot be performed because the names block each other.\n " +
53
52
}
54
53
55
54
public static class MethodAcc {
You can’t perform that action at this time.
0 commit comments