Another asciidoc fix

This commit is contained in:
Gary Russell
2018-06-19 14:59:04 -04:00
parent 754885bc54
commit 7b0795e306

View File

@@ -100,7 +100,7 @@ Below example provides sql type for the parameters being used in the query.
class="o.s.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory">
<property name="sqlParameterTypes">
<map>
<entry key="status" value=""#{ T(java.sql.Types).BINARY}" />
<entry key="status" value="#{ T(java.sql.Types).BINARY}" />
</map>
</property>
</bean>