We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0505 commit 1e98932Copy full SHA for 1e98932
src/main/asciidoc/entity-callbacks.adoc
@@ -73,7 +73,7 @@ Implement the interface suiting your application needs like shown in the example
73
====
74
[source,java]
75
----
76
-class DefaultingEntityCallback implements BeforeSaveCallback<Person>, Ordered <2> {
+class DefaultingEntityCallback implements BeforeSaveCallback<Person>, Ordered { <2>
77
78
@Override
79
public Object onBeforeSave(Person entity, String collection) { <1>
0 commit comments