Skip to content

Commit 06805b1

Browse files
taeyeonkimschauder
authored andcommitted
DATAJDBC-483 - Fixes small documentation issues.
Add anchor to section on JdbcValue in reference documentation. Original pull request: #189.
1 parent 4170701 commit 06805b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/jdbc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ For example, the following listener gets invoked before an aggregate gets saved:
474474
[source,java]
475475
----
476476
@Bean
477-
public ApplicationListener<BeforeSave> timeStampingSaveTime() {
477+
public ApplicationListener<BeforeSaveEvent> timeStampingSaveTime() {
478478
479479
return event -> {
480480

0 commit comments

Comments
 (0)