Skip to content

Commit 7b0795e

Browse files
committed
Another asciidoc fix
1 parent 754885b commit 7b0795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Below example provides sql type for the parameters being used in the query.
100100
class="o.s.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory">
101101
<property name="sqlParameterTypes">
102102
<map>
103-
<entry key="status" value=""#{ T(java.sql.Types).BINARY}" />
103+
<entry key="status" value="#{ T(java.sql.Types).BINARY}" />
104104
</map>
105105
</property>
106106
</bean>

0 commit comments

Comments
 (0)