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 @Override
public boolean sendEvent(Event event) { public boolean sendEvent(Event event) {
if (eventAdmin != null) { if (eventAdmin != null) {
eventAdmin.postEvent(event); eventAdmin.sendEvent(event);
return true; return true;
} }
return false; return false;