+per #18137 EventAdapter => can be Read / Write or both
This commit is contained in:
parent
3e2063bac2
commit
4e59f0ea35
6 changed files with 100 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ public class PersistenceEventAdapterDocTest {
|
|||
@SuppressWarnings("unused")
|
||||
static
|
||||
//#identity-event-adapter
|
||||
class MyEventAdapter extends EventAdapter {
|
||||
class MyEventAdapter implements EventAdapter {
|
||||
@Override
|
||||
public String manifest(Object event) {
|
||||
return ""; // if no manifest needed, return ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue