Skip to content
Snippets Groups Projects
Commit 957472a8 authored by Carmen Carlan's avatar Carmen Carlan
Browse files

Changed the default canDisconnect to false.

refs 2203
parent 35eb86a6
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ abstract class ConnectionCompositorBase<HE extends IHierarchicElement, S extends
/** {@inheritDoc} */
@Override
public boolean canDisconnect(EObject connection) {
return true;
return false;
}
/** {@inheritDoc} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment