Skip to content
Snippets Groups Projects
Commit 99072971 authored by helene ortiz's avatar helene ortiz
Browse files

unecessary cast removed

parent bc33e247
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ public class ControllerCommandPlugin extends ControllerPlugin {
*
*/
public void endInit() {
((ControllerCommandPluginPeer)getControllerPluginPeer()).endInit();
getControllerPluginPeer().endInit();
}
......@@ -338,7 +338,7 @@ public class ControllerCommandPlugin extends ControllerPlugin {
public void rescale() {
((ControllerCommandPluginPeer)getControllerPluginPeer()).rescale();
getControllerPluginPeer().rescale();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment