blob: 8e60ed033f4ea969b02d7a54e9d9c2d4e942b748 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2000, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/HolidayBundle_iw.java,v $
* $Date: 2003/05/14 18:37:40 $
* $Revision: 1.4 $
*
*****************************************************************************************
*/
package com.ibm.icu.impl.data;
import java.util.ListResourceBundle;
public class HolidayBundle_iw extends ListResourceBundle {
static private final Object[][] fContents = {
{ "", "" }, // Can't be empty!
};
public synchronized Object[][] getContents() { return fContents; };
};