Skip to content
Snippets Groups Projects
Commit ec3c9e42 authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Code cleanup

parent a01ced77
No related branches found
No related tags found
1 merge request!287Resolve "Zoom on all diagrams"
...@@ -57,12 +57,6 @@ public class TGConnectingPointTMLCP extends TGConnectingPointWidthHeight{ ...@@ -57,12 +57,6 @@ public class TGConnectingPointTMLCP extends TGConnectingPointWidthHeight{
@Override @Override
public boolean isCompatibleWith(int type) { public boolean isCompatibleWith(int type) {
// return type == TGComponentManager.CONNECTOR_TMLCP;
if (type == TGComponentManager.CONNECTOR_TMLCP) {
//
return true;
}
//
return false;
} }
} }
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