Skip to content

Commit

Permalink
Add missing "`"
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-solomon authored Sep 11, 2023
1 parent a1a64e1 commit 894ae05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public String getDisplayName() {

@Override
public String getDescription() {
return "Replaces `MediaType.parseMediaType('application/json')` and `MediaType.valueOf('application/json') with `MediaType.APPLICATION_JSON`.";
return "Replaces `MediaType.parseMediaType('application/json')` and `MediaType.valueOf('application/json')` with `MediaType.APPLICATION_JSON`.";
}

static final String MEDIA_TYPE = "org.springframework.http.MediaType";
Expand Down Expand Up @@ -74,4 +74,4 @@ public J visitMethodInvocation(J.MethodInvocation methodInvocation, ExecutionCon
return j;
}
}
}
}

0 comments on commit 894ae05

Please sign in to comment.