Skip to content

Commit 1e98932

Browse files
committed
DATACMNS-1545 - Polishing.
Fix dangling callout. Original pull request: #398.
1 parent 62f0505 commit 1e98932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/entity-callbacks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Implement the interface suiting your application needs like shown in the example
7373
====
7474
[source,java]
7575
----
76-
class DefaultingEntityCallback implements BeforeSaveCallback<Person>, Ordered <2> {
76+
class DefaultingEntityCallback implements BeforeSaveCallback<Person>, Ordered { <2>
7777
7878
@Override
7979
public Object onBeforeSave(Person entity, String collection) { <1>

0 commit comments

Comments
 (0)