comparison com.ibm.icu/src/com/ibm/icu/text/SimpleDateFormat.d @ 92:ebefa5c2eab4

moving ICU bindings to com.ibm.icu
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Apr 2009 13:49:38 +0200
parents 6be48cf9f95c
children 88652073d1c2
comparison
equal deleted inserted replaced
91:2755ef2c8ef8 92:ebefa5c2eab4
4 4
5 import java.lang.all; 5 import java.lang.all;
6 public class SimpleDateFormat : DateFormat { 6 public class SimpleDateFormat : DateFormat {
7 7
8 public this(String string) { 8 public this(String string) {
9 // TODO Auto-generated constructor stub 9 implMissing(__FILE__, __LINE__);
10 } 10 }
11 11
12 } 12 }
13 13
14 14