Skip to content

Commit e9cc255

Browse files
committed
Polishing.
Add closing tag. See #1169
1 parent d6dc3a0 commit e9cc255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-cassandra/src/test/java/org/springframework/data/cassandra/example/mapping/BeforeSaveListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public void onBeforeSave(BeforeSaveEvent<Person> event) {
2525
// … change values, delete them, whatever …
2626
}
2727
}
28-
// tag::class[]
28+
// end::class[]

0 commit comments

Comments
 (0)