mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : CDI (small test change)
This commit is contained in:
parent
f74cf0b83f
commit
c9ff6f2fe2
@ -116,6 +116,7 @@ public void addEvent(Event anEvent) {
|
||||
events = new ArrayList<Event>();
|
||||
}
|
||||
events.add( anEvent );
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
@ -156,7 +157,6 @@ public void onCreate(Object entity) {
|
||||
eventQueue.addEvent(
|
||||
new Event( entity.toString(), "created", now() )
|
||||
);
|
||||
count++;
|
||||
}
|
||||
|
||||
private String now() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user