Skip to content

Commit 6030e62

Browse files
committed
Merge pull request #31330 from jihuayu
* pr/31330: Add missing `conversionService` field in doc example Closes gh-31330
2 parents 6300fb3 + 867b9f6 commit 6030e62

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)