Skip to content

Commit

Permalink
Add missing conversionService field in doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu authored and snicoll committed Sep 28, 2023
1 parent 6300fb3 commit 867b9f6
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 867b9f6

Please sign in to comment.