Skip to content
Snippets Groups Projects
Commit 09e6b5fa authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

fixed the issue

refs 2119
parent 2b59d358
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 8C75D311CE2089C7B13AF25FDD2639B4
* @ConQAT.Rating YELLOW Hash: E1B0A07F334F3AE70A43356739ADD4F8
*/
public abstract class ConnectionEditPartBase<T extends ConnectionSegmentBase> extends
AbstractConnectionEditPart {
......@@ -266,16 +266,6 @@ public abstract class ConnectionEditPartBase<T extends ConnectionSegmentBase> ex
refreshBendpoints();
}
/** {@inheritDoc} */
@Override
public void refresh() {
if(modelElement.getSource() != null && modelElement.getTarget() != null) {
super.refresh();
} else {
this.deactivate();
}
}
/** {@inheritDoc} */
@Override
public void addNotify() {
......
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