Skip to content
Snippets Groups Projects
Commit f7870558 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Base.ui: Revert r23780.

* The removed method is required by deployment.ui.
* Improved the comment why the removed method is required (but empty).
parent 3330ae91
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 6e429e036a303453f3df71ee00817666fd6709bb YELLOW AllocationSubDiagramEditPartBase.java b0f3c53c4dcafb10264c2ba8707b4704e5e7937a YELLOW
IAllocationPositionService.java e531ff569354711697ce7e30a361ba0dc317645d GREEN IAllocationPositionService.java e531ff569354711697ce7e30a361ba0dc317645d GREEN
...@@ -263,6 +263,12 @@ public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommented ...@@ -263,6 +263,12 @@ public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommented
return false; return false;
} }
/** {@inheritDoc} */
@Override
protected void createEditPolicies() {
// Must be overridden, but the method is not relevant for allocation editors.
}
/** 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