| Revision | 186 (tree) |
|---|---|
| Time | 2016-01-01 18:58:45 |
| Author | t_nakayama1971 |
correct ClassCastException
| @@ -25,15 +25,15 @@ | ||
| 25 | 25 | <extension point="org.eclipse.ui.handlers"> |
| 26 | 26 | <handler |
| 27 | 27 | commandId="com.sysdeo.eclipse.tomcat.start" |
| 28 | - class="com.sysdeo.eclipse.tomcat.actions.StartActionDelegate" | |
| 28 | + class="com.sysdeo.eclipse.tomcat.actions.StartActionHandler" | |
| 29 | 29 | /> |
| 30 | 30 | <handler |
| 31 | 31 | commandId="com.sysdeo.eclipse.tomcat.stop" |
| 32 | - class="com.sysdeo.eclipse.tomcat.actions.StopActionDelegate" | |
| 32 | + class="com.sysdeo.eclipse.tomcat.actions.StopActionHandler" | |
| 33 | 33 | /> |
| 34 | 34 | <handler |
| 35 | 35 | commandId="com.sysdeo.eclipse.tomcat.restart" |
| 36 | - class="com.sysdeo.eclipse.tomcat.actions.RestartActionDelegate" | |
| 36 | + class="com.sysdeo.eclipse.tomcat.actions.RestartActionHandler" | |
| 37 | 37 | /> |
| 38 | 38 | </extension> |
| 39 | 39 |