comparison com.ibm.icu/src/com/ibm/icu/text/MessageFormat.d @ 85:6be48cf9f95c

Work on databinding
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 13:54:50 +0200
parents
children ebefa5c2eab4
comparison
equal deleted inserted replaced
84:fcf926c91ca4 85:6be48cf9f95c
1
2 module com.ibm.icu.text.MessageFormat;
3
4 import java.lang.all;
5 public class MessageFormat {
6
7 public this(String taskList_line) {
8 // TODO Auto-generated constructor stub
9 }
10
11 public static String format(String format, Object[] args) {
12 // TODO Auto-generated method stub
13 return null;
14 }
15
16 public String format(Object[] objects) {
17 // TODO Auto-generated method stub
18 return null;
19 }
20
21 }
22
23