comparison org.eclipse.osgi/supplement/src/org/osgi/util/NLS.d @ 71:a7064d39311b

Fix, thanks yidabu for the report.
author Frank Benoit <benoit@tionex.de>
date Thu, 09 Apr 2009 06:20:23 +0200
parents bc29606a740c
children
comparison
equal deleted inserted replaced
70:1a69be0afe99 71:a7064d39311b
8 * Contributors: 8 * Contributors:
9 * IBM - Initial API and implementation 9 * IBM - Initial API and implementation
10 * Port to the D programming language: 10 * Port to the D programming language:
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module org.eclipse.osgi.util.NLS; 13 module org.osgi.util.NLS;
14 14
15 import java.lang.all; 15 import java.lang.all;
16 16
17 // import java.io.IOException; 17 // import java.io.IOException;
18 // import java.io.InputStream; 18 // import java.io.InputStream;