Merge pull request #18265 from ktoso/wip-event-adapters-split-ktoso

+per #18137 EventAdapter => can be Read / Write or both
This commit is contained in:
Konrad Malawski 2015-08-19 16:20:16 +02:00
commit 7679b7e63f
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 ""