1/* GENERATED SOURCE. DO NOT MODIFY. */
2// © 2016 and later: Unicode, Inc. and others.
3// License & terms of use: http://www.unicode.org/copyright.html#License
4/*
5 *******************************************************************************
6 * Copyright (C) 1996-2005, International Business Machines Corporation and    *
7 * others. All Rights Reserved.                                                *
8 *******************************************************************************
9 */
10
11package android.icu.impl.data;
12
13import java.util.ListResourceBundle;
14
15/**
16 * @hide Only a subset of ICU is exposed in Android
17 */
18public class HolidayBundle_iw extends ListResourceBundle {
19
20    static private final Object[][] fContents = {
21        {   "", ""  },      // Can't be empty!
22    };
23
24    @Override
25    public synchronized Object[][] getContents() { return fContents; }
26
27}
28