+per #18137 EventAdapter => can be Read / Write or both

This commit is contained in:
Konrad Malawski 2015-08-19 13:58:29 +02:00
parent 3e2063bac2
commit 4e59f0ea35
6 changed files with 100 additions and 7 deletions

View file

@ -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 ""