blob: 1d379c33dc16589f63cadc8ab2bd73abb989a0f8 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 1996-2003, 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/06/03 18:49:33 $
* $Revision: 1.5 $
*
*****************************************************************************************
*/
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; };
};