Skip to content
Snippets Groups Projects
Commit 4d48bf93 authored by Johannes Eder's avatar Johannes Eder
Browse files

fixed handlers

parent e2250c4c
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,8 @@ import org.fortiss.af3.platform.raspberry.model.v2v.V2VInput;
*/
public class V2VInputHandler extends IconModelElementHandlerBase<V2VInput> {
/**
* @param icon
*/
public V2VInputHandler(String icon) {
super(icon);
/** Constructor. */
public V2VInputHandler() {
super("icons/unknown.png");
}
}
......@@ -23,11 +23,8 @@ import org.fortiss.af3.platform.raspberry.model.v2v.V2VOuput;
*/
public class V2VOuputHandler extends IconModelElementHandlerBase<V2VOuput> {
/**
* @param icon
*/
public V2VOuputHandler(String icon) {
super(icon);
/** Constructor. */
public V2VOuputHandler() {
super("icons/unknown.png");
}
}
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