summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main/java/android/icu/impl/ICURegionDataTables.java
blob: ec88f06ff240cc50bb9d413f783f31b6360ee4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
 *******************************************************************************
 * Copyright (C) 2009, International Business Machines Corporation and         *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 */
package android.icu.impl;

/**
 * @hide Only a subset of ICU is exposed in Android
 */
public class ICURegionDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
    public ICURegionDataTables() {
        super(ICUResourceBundle.ICU_REGION_BASE_NAME);
    }
}