Skip to content

Commit f8447ac

Browse files
bottemavfabapp2
authored andcommitted
Fix typo
1 parent 12ee418 commit f8447ac

File tree

1 file changed

+1
-1
lines changed
  • components/sbm-core/src/main/java/org/springframework/sbm/java/migration/visitor

1 file changed

+1
-1
lines changed

components/sbm-core/src/main/java/org/springframework/sbm/java/migration/visitor/VisitorUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static class AdjustTypesFromExpressionMarkers extends Recipe {
152152

153153
@Override
154154
public String getDisplayName() {
155-
return "Adjustt type based on marked expressions";
155+
return "Adjust type based on marked expressions";
156156
}
157157

158158
@Override

0 commit comments

Comments
 (0)