removed prefix from header in javadoc example

This commit is contained in:
Mark Fisher
2010-11-22 17:12:32 -05:00
parent c744a5212a
commit cddbda4044

View File

@@ -39,7 +39,7 @@ import org.springframework.util.LinkedCaseInsensitiveMap;
* properties can be referred to by name in the query string E.g.
*
* <pre>
* INSERT INTO FOOS (MESSAGE_ID, PAYLOAD) VALUES (:headers[$id], :payload)
* INSERT INTO FOOS (MESSAGE_ID, PAYLOAD) VALUES (:headers[id], :payload)
* </pre>
*
* N.B. do not use quotes to escape the header keys. The default SQL parameter source (from Spring JDBC) can also handle