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

v2v handler

parent 313512f3
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,11 @@ import org.fortiss.af3.platform.raspberry.model.v2v.V2VInput;
*/
public class V2VInputHandler extends IconModelElementHandlerBase<V2VInput> {
/**
* @param icon
*/
public V2VInputHandler(String icon) {
super(icon);
}
}
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