We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0d72c commit 5050e7aCopy full SHA for 5050e7a
src/main/java/org/openrewrite/java/migrate/lang/var/UseVarForPrimitive.java
@@ -45,8 +45,8 @@ public String getDisplayName() {
45
@Override
46
public String getDescription() {
47
//language=markdown
48
- return "Try to apply local variable type inference `var` to primitiv variables where possible." +
49
- "This recipe will not touch variable declaration with initializer containing ternary operators.";
+ return "Try to apply local variable type inference `var` to primitive variables where possible. " +
+ "This recipe will not touch variable declarations with initializers containing ternary operators.";
50
}
51
52
0 commit comments