Skip to content

Commit 5a72562

Browse files
pcdavidnitind
authored andcommitted
Adapt to GEF Classic 3.23
1 parent bdf63c0 commit 5a72562

File tree

1 file changed

+2
-2
lines changed
  • xml/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/design/editparts

1 file changed

+2
-2
lines changed

xml/bundles/org.eclipse.wst.xsd.ui/src-adt/org/eclipse/wst/xsd/ui/internal/adt/design/editparts/BaseEditPart.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2001, 2010 IBM Corporation and others.
2+
* Copyright (c) 2001, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
@@ -16,13 +16,13 @@
1616

1717
import org.eclipse.core.runtime.Assert;
1818
import org.eclipse.draw2d.geometry.Rectangle;
19+
import org.eclipse.draw2d.zoom.ZoomListener;
1920
import org.eclipse.gef.AccessibleEditPart;
2021
import org.eclipse.gef.EditPart;
2122
import org.eclipse.gef.EditPartFactory;
2223
import org.eclipse.gef.GraphicalViewer;
2324
import org.eclipse.gef.editparts.AbstractGraphicalEditPart;
2425
import org.eclipse.gef.editparts.ScalableRootEditPart;
25-
import org.eclipse.gef.editparts.ZoomListener;
2626
import org.eclipse.gef.editparts.ZoomManager;
2727
import org.eclipse.jface.action.IAction;
2828
import org.eclipse.swt.SWT;

0 commit comments

Comments
 (0)