Fix wrong event type for DestroyRouterCmd

This commit is contained in:
Sheng Yang 2011-09-27 15:10:25 -07:00
parent 80fdf4053f
commit 57542db31a
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