KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > ibm > icu > impl > data > HolidayBundle_iw


1 /*
2  *******************************************************************************
3  * Copyright (C) 1996-2005, International Business Machines Corporation and *
4  * others. All Rights Reserved. *
5  *******************************************************************************
6  */

7
8 package com.ibm.icu.impl.data;
9
10 import java.util.ListResourceBundle JavaDoc;
11
12 public class HolidayBundle_iw extends ListResourceBundle JavaDoc {
13
14     static private final Object JavaDoc[][] fContents = {
15         { "", "" }, // Can't be empty!
16
};
17
18     public synchronized Object JavaDoc[][] getContents() { return fContents; }
19
20 }
21
Popular Tags