Fix wrong event type for DestroyRouterCmd

This commit is contained in:
Sheng Yang 2011-09-27 15:10:25 -07:00
parent 48109a9e3a
commit f40cfebd97
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class DestroyRouterCmd extends BaseAsyncCmd {
@Override
public String getEventType() {
return EventTypes.EVENT_ROUTER_STOP;
return EventTypes.EVENT_ROUTER_DESTROY;
}
@Override