Skip to content

Commit 867b9f6

Browse files
jihuayusnicoll
authored andcommitted
Add missing conversionService field in doc example
See gh-31330
1 parent 6300fb3 commit 867b9f6

File tree

1 file changed

+2
-0
lines changed
  • framework-docs/modules/ROOT/pages/core/validation

1 file changed

+2
-0
lines changed

framework-docs/modules/ROOT/pages/core/validation/convert.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ Java::
268268
@Service
269269
public class MyService {
270270
271+
private final ConversionService conversionService;
272+
271273
public MyService(ConversionService conversionService) {
272274
this.conversionService = conversionService;
273275
}

0 commit comments

Comments
 (0)