Use consistent asciidoctor subs attribute
Closes gh-25101
This commit is contained in:
@@ -6,7 +6,7 @@ Target classes with such annotated methods need to be annotated with the `@Valid
|
||||
|
||||
For instance, the following service triggers the validation of the first argument, making sure its size is between 8 and 10:
|
||||
|
||||
[source,java,indent=0]
|
||||
[source,java,indent=0,subs="verbatim"]
|
||||
----
|
||||
include::{docs-java}/features/validation/MyBean.java[]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user