comparison org.eclipse.draw2d/src/org/eclipse/draw2d/graph/NodePair.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 module org.eclipse.draw2d.graph.NodePair; 13 module org.eclipse.draw2d.graph.NodePair;
14 14
15 import java.lang.all; 15 import java.lang.all;
16 import org.eclipse.draw2d.graph.Node; 16 import org.eclipse.draw2d.graph.Node;
17 import tango.text.convert.Format;
18 17
19 /** 18 /**
20 * @author hudsonr 19 * @author hudsonr
21 * @since 2.1 20 * @since 2.1
22 */ 21 */