Skip to content

Commit 894ae05

Browse files
authored
Add missing "`"
1 parent a1a64e1 commit 894ae05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/openrewrite/java/spring/http/SimplifyMediaTypeParseCalls.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public String getDisplayName() {
3636

3737
@Override
3838
public String getDescription() {
39-
return "Replaces `MediaType.parseMediaType('application/json')` and `MediaType.valueOf('application/json') with `MediaType.APPLICATION_JSON`.";
39+
return "Replaces `MediaType.parseMediaType('application/json')` and `MediaType.valueOf('application/json')` with `MediaType.APPLICATION_JSON`.";
4040
}
4141

4242
static final String MEDIA_TYPE = "org.springframework.http.MediaType";
@@ -74,4 +74,4 @@ public J visitMethodInvocation(J.MethodInvocation methodInvocation, ExecutionCon
7474
return j;
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)