#113 Event Driven Architecture

- removed unused imports
This commit is contained in:
chris
2015-11-23 00:04:44 +01:00
parent 3ef0921f20
commit b4aeca3aa0
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package com.iluwatar.eda.advanced.handler;
import com.iluwatar.eda.advanced.events.Event;
import com.iluwatar.eda.advanced.events.UserCreatedEvent;
import com.iluwatar.eda.advanced.framework.Channel;

View File

@ -1,6 +1,5 @@
package com.iluwatar.eda.advanced.handler;
import com.iluwatar.eda.advanced.events.Event;
import com.iluwatar.eda.advanced.events.UserUpdatedEvent;
import com.iluwatar.eda.advanced.framework.Channel;