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 enrico-freni-jaewa committed Sep 29, 2023
1 parent c0b75aa commit 001cc22
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 001cc22

Please sign in to comment.