From 62cd8b9f19358537ed3ea8fe5da171b022fb89e2 Mon Sep 17 00:00:00 2001 From: Laurent Fasani Date: Thu, 19 Dec 2024 10:37:40 +0100 Subject: [PATCH] [cleanup] Remove unused and infinite loop designed method Signed-off-by: Laurent Fasani Change-Id: Id08e5887d559a29391eacd016b54cb35343c47ed --- ...manticElementLockedNotificationFigure.java | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/plugins/org.eclipse.sirius.diagram.ui/src-diag/org/eclipse/sirius/diagram/ui/tools/internal/figure/DiagramSemanticElementLockedNotificationFigure.java b/plugins/org.eclipse.sirius.diagram.ui/src-diag/org/eclipse/sirius/diagram/ui/tools/internal/figure/DiagramSemanticElementLockedNotificationFigure.java index cfbaff7437..3984efd048 100644 --- a/plugins/org.eclipse.sirius.diagram.ui/src-diag/org/eclipse/sirius/diagram/ui/tools/internal/figure/DiagramSemanticElementLockedNotificationFigure.java +++ b/plugins/org.eclipse.sirius.diagram.ui/src-diag/org/eclipse/sirius/diagram/ui/tools/internal/figure/DiagramSemanticElementLockedNotificationFigure.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2011, 2019 THALES GLOBAL SERVICES. + * Copyright (c) 2011, 2024 THALES GLOBAL SERVICES. * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -249,24 +249,6 @@ public static void createNotification(DiagramRootEditPart rootEditPart, String m pane.add(notificationFigure); } - /** - * Create a new notification figure and display it to the diagram. - * - * @param rootEditPart - * the diagram root edit part - * @param message - * the message - * @param lockStatus - * the {@link LockStatus} to display in the notification - * @param height - * notification figure height - * @param width - * notification figure width - */ - public static void createNotification(DiagramRootEditPart rootEditPart, String message, LockStatus lockStatus, int height, int width) { - createNotification(rootEditPart, message, lockStatus, height, width); - } - /** * Create a new notification figure and display it to the diagram. *