Skip to content

Commit b9bbfb7

Browse files
committed
Merge branch '6.0.x'
2 parents 515d8aa + 6030e62 commit b9bbfb7

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
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)