ICU-5533 Delete CalendarFactory.java obsoleted by #5402 merged into 3.6 stream in the previous code submission

X-SVN-Rev: 21128
This commit is contained in:
Yoshito Umaoka 2007-02-26 20:13:25 +00:00
parent 376de16039
commit fe89443a05

View file

@ -1,18 +0,0 @@
/**
*******************************************************************************
* Copyright (C) 2002-2004, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.util;
import com.ibm.icu.util.TimeZone;
import java.util.Locale;
/**
* @prototype
*/
interface CalendarFactory {
public Calendar create(TimeZone tz, ULocale loc);
public String factoryName();
}