mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 04:59:21 +00:00
#113 Event Driven Architecture
Adds unit test to assert and verify pattern behaviour
This commit is contained in:
@@ -15,7 +15,6 @@ public class UserCreatedEvent extends Event {
|
||||
this.user = user;
|
||||
}
|
||||
|
||||
|
||||
public User getUser() {
|
||||
return user;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user