Skip to content

Commit c42020e

Browse files
committed
Merge branch '6.2.x'
2 parents 9331e1e + 62f42ca commit c42020e

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/data-access/jdbc

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/data-access/jdbc/core.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ provides `firstName` and `lastName` properties, such as the `Actor` class from a
676676
[source,java,indent=0,subs="verbatim,quotes"]
677677
----
678678
this.jdbcClient.sql("insert into t_actor (first_name, last_name) values (:firstName, :lastName)")
679-
.paramSource(new Actor("Leonor", "Watling")
679+
.paramSource(new Actor("Leonor", "Watling"))
680680
.update();
681681
----
682682

0 commit comments

Comments
 (0)