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

Rename LayoutedModelElementBasedLinkBendPointController

parent 255641c3
No related branches found
No related tags found
1 merge request!81JFX: Base classes
......@@ -4,6 +4,7 @@ EObjectModelChangeProvider.java f4b60cebb088a5c81ca92a41614e1a5d40030502 GREEN
EObjectRectangularResizableContentControllerBase.java 63b3765e583e33d2dc5233c0241b494255f872a7 YELLOW
KernelServiceBasedModelChangeProviderBase.java 18e48f17ea8dfba90de024a8959fc5a4b0d05d45 GREEN
LayoutModelElementModelChangeProvider.java dae8650dc5a8a63e18182521e0f59eb5452239b6 GREEN
LayoutedLinkBendPointController.java 47b81afd607191283b9441df34f33454addda183 YELLOW
LayoutedModelElementBasedContentAnchorageController.java 874a17f8ed7fa9510020f0c05a1eaf45b99a7216 YELLOW
LayoutedModelElementBasedDiagramAnchorageController.java 9e005b36b9f183cbbfcb4e08adc6b5056d0cf29a YELLOW
LayoutedModelElementBasedLinkBendPointController.java a716406e62cbb8dba47ae72e1ab7659195f1a48c YELLOW
......
......@@ -37,13 +37,13 @@ import org.fortiss.tooling.kernel.service.IConnectionCompositorService;
*
* @author hoelzl
*/
public class LayoutedModelElementBasedLinkBendPointController<T extends ILayoutedModelElement>
public class LayoutedLinkBendPointController<T extends ILayoutedModelElement>
extends LinkControllerBase {
/** {@link IModelChangeProvider} for this controller */
private final LayoutModelElementModelChangeProvider layoutModelChangeProvider;
/** Constructor. */
public LayoutedModelElementBasedLinkBendPointController(ILinkMVCBundle mvcb,
public LayoutedLinkBendPointController(ILinkMVCBundle mvcb,
Class<T> modelType) {
super(mvcb);
......
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