Commit 6d4f9912 authored by garciay's avatar garciay
Browse files

Add unimplemented methods (TTWB 1.1.20 -> 1.1.21)

parent 83824c3e
......@@ -205,4 +205,10 @@ public class PluginAdapter implements ISAPlugin, PortPluginProvider, PluginIdent
return ta.triUnmapParam(compPortId, tsiPortId, paramList);
}
@Override
public TriStatus reInit() {
// TODO Auto-generated method stub
return null;
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment