comparison org.eclipse.equinox.common/src/org/eclipse/core/runtime/Status.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 bbe49769ec18
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
16 import org.eclipse.core.internal.runtime.LocalizationUtils; 16 import org.eclipse.core.internal.runtime.LocalizationUtils;
17 import org.eclipse.core.runtime.IStatus; 17 import org.eclipse.core.runtime.IStatus;
18 import org.eclipse.core.runtime.Assert; 18 import org.eclipse.core.runtime.Assert;
19 19
20 import java.lang.all; 20 import java.lang.all;
21 import tango.text.convert.Format;
22 21
23 /** 22 /**
24 * A concrete status implementation, suitable either for 23 * A concrete status implementation, suitable either for
25 * instantiating or subclassing. 24 * instantiating or subclassing.
26 * <p> 25 * <p>