mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
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:
parent
376de16039
commit
fe89443a05
1 changed files with 0 additions and 18 deletions
|
@ -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();
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue