comparison org.eclipse.draw2d/src/org/eclipse/draw2d/graph/VirtualNodeCreation.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents bc29606a740c
children
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
12 *******************************************************************************/ 12 *******************************************************************************/
13 13
14 module org.eclipse.draw2d.graph.VirtualNodeCreation; 14 module org.eclipse.draw2d.graph.VirtualNodeCreation;
15 15
16 import java.lang.all; 16 import java.lang.all;
17 import tango.text.convert.Format;
18 17
19 import org.eclipse.draw2d.geometry.Insets; 18 import org.eclipse.draw2d.geometry.Insets;
20 import org.eclipse.draw2d.graph.Edge; 19 import org.eclipse.draw2d.graph.Edge;
21 import org.eclipse.draw2d.graph.DirectedGraph; 20 import org.eclipse.draw2d.graph.DirectedGraph;
22 import org.eclipse.draw2d.graph.RevertableChange; 21 import org.eclipse.draw2d.graph.RevertableChange;