Fixed typo.

This commit is contained in:
Heng Sin Low 2010-12-09 01:41:29 +08:00
parent 2404603e03
commit 3b9740fe41
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class EventManager implements IEventManager {
@Override
public boolean sendEvent(Event event) {
if (eventAdmin != null) {
eventAdmin.postEvent(event);
eventAdmin.sendEvent(event);
return true;
}
return false;