Skip to content
Snippets Groups Projects
Commit 63128bd1 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

GREEN

refs 311
parent ef88803b
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService; ...@@ -74,7 +74,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 5FE3D895F9E86F63B52B038EAF664C34 * @ConQAT.Rating GREEN Hash: F7B0A9E21371911CE49BDA802BAEA938
*/ */
public abstract class PositionedEditPartBase<T extends ILayoutedModelElement> public abstract class PositionedEditPartBase<T extends ILayoutedModelElement>
extends GraphicalEditPartBase<T> implements NodeEditPart { extends GraphicalEditPartBase<T> implements NodeEditPart {
...@@ -217,7 +217,7 @@ public abstract class PositionedEditPartBase<T extends ILayoutedModelElement> ...@@ -217,7 +217,7 @@ public abstract class PositionedEditPartBase<T extends ILayoutedModelElement>
return message; return message;
} }
/** Refreshes the decoration figure using {@link IMarkerService} */ /** Refreshes the decoration figure using {@link IMarkerService}. */
private void refreshDecorationFigure() { private void refreshDecorationFigure() {
Rectangle decorationBounds = determineDecorationFigureBounds(); Rectangle decorationBounds = determineDecorationFigureBounds();
decorationFigure.setBounds(decorationBounds); decorationFigure.setBounds(decorationBounds);
......
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