File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ form `#{ <expression string> }`.
442
442
A property or constructor-arg value can be set using expressions as shown below.
443
443
444
444
[source,xml,indent=0]
445
- [subs="verbatim,quotes "]
445
+ [subs="verbatim"]
446
446
----
447
447
<bean id="numberGuess" class="org.spring.samples.NumberGuess">
448
448
<property name="randomNumber" value="#{ T(java.lang.Math).random() * 100.0 }"/>
@@ -456,7 +456,7 @@ shown below. Note that you do not have to prefix the predefined variable with th
456
456
symbol in this context.
457
457
458
458
[source,xml,indent=0]
459
- [subs="verbatim,quotes "]
459
+ [subs="verbatim"]
460
460
----
461
461
<bean id="taxCalculator" class="org.spring.samples.TaxCalculator">
462
462
<property name="defaultLocale" value="#{ systemProperties['user.region'] }"/>
@@ -468,7 +468,7 @@ symbol in this context.
468
468
You can also refer to other bean properties by name, for example.
469
469
470
470
[source,xml,indent=0]
471
- [subs="verbatim,quotes "]
471
+ [subs="verbatim"]
472
472
----
473
473
<bean id="numberGuess" class="org.spring.samples.NumberGuess">
474
474
<property name="randomNumber" value="#{ T(java.lang.Math).random() * 100.0 }"/>
You can’t perform that action at this time.
0 commit comments