blob: 58481b2766deba6d13062a8d36b72e820b884d6b [file] [log] [blame]
package org.eclipse.uomo.examples.units.console.sandbox;
import com.ibm.icu.impl.ICUService;
public class NamesExample {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
ICUService.Factory factory = new ICUService.SimpleFactory((Object)"a", "b");
System.out.println(factory);
}
}