Skip to content

Commit 315c705

Browse files
fix: update variable
1 parent 362ff30 commit 315c705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Java::
277277
testItem.getDescription(),
278278
new java.sql.Date(testItem.getExpirationDate().getTime())
279279
};
280-
return connection.createStruct(typeName, objects);
280+
return connection.createStruct(typeName, item);
281281
}
282282
};
283283
----

0 commit comments

Comments
 (0)