Skip to content

Commit

Permalink
Merge pull request #31330 from jihuayu
Browse files Browse the repository at this point in the history
* pr/31330:
  Add missing `conversionService` field in doc example

Closes gh-31330
  • Loading branch information
snicoll committed Sep 28, 2023
2 parents 6300fb3 + 867b9f6 commit 6030e62
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ Java::
@Service
public class MyService {
private final ConversionService conversionService;
public MyService(ConversionService conversionService) {
this.conversionService = conversionService;
}
Expand Down

0 comments on commit 6030e62

Please sign in to comment.