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

YELLOW

removed createEditPolicies() method as it was empty
parent 961dd056
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,5 @@ AllocationElementEditPartBase.java a878f838d44d35978b1ac6ae4da52fd1aaa300f7 GREE ...@@ -4,5 +4,5 @@ AllocationElementEditPartBase.java a878f838d44d35978b1ac6ae4da52fd1aaa300f7 GREE
AllocationFreeConnectorEditPartBase.java d6f602170056b5c020477a8863e753f19a8cc444 GREEN AllocationFreeConnectorEditPartBase.java d6f602170056b5c020477a8863e753f19a8cc444 GREEN
AllocationPositionService.java 0efc15deec12730ac7ba02fb2ccb66833b783ffd GREEN AllocationPositionService.java 0efc15deec12730ac7ba02fb2ccb66833b783ffd GREEN
AllocationStickyConnectorEditPartBase.java 52d43906d4eedd9d3e31058fff67d40c43ffddb2 GREEN AllocationStickyConnectorEditPartBase.java 52d43906d4eedd9d3e31058fff67d40c43ffddb2 GREEN
AllocationSubDiagramEditPartBase.java 6b188455eec97c3ef1e39dfa66d8f3d9ec7c6c02 YELLOW AllocationSubDiagramEditPartBase.java 6e429e036a303453f3df71ee00817666fd6709bb YELLOW
IAllocationPositionService.java e531ff569354711697ce7e30a361ba0dc317645d GREEN IAllocationPositionService.java e531ff569354711697ce7e30a361ba0dc317645d GREEN
...@@ -263,12 +263,6 @@ public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommented ...@@ -263,12 +263,6 @@ public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommented
return false; return false;
} }
/** {@inheritDoc} */
@Override
protected void createEditPolicies() {
// installEditPolicy(COMPONENT_ROLE, new RemoveEditPolicy());
}
/** Returns the foreground color used. */ /** Returns the foreground color used. */
protected abstract Color getForegroundColor(); protected abstract Color getForegroundColor();
......
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