1/* GENERATED SOURCE. DO NOT MODIFY. */
2/*
3 *******************************************************************************
4 * Copyright (C) 2009, International Business Machines Corporation and         *
5 * others. All Rights Reserved.                                                *
6 *******************************************************************************
7 */
8package android.icu.impl;
9
10/**
11 * @hide Only a subset of ICU is exposed in Android
12 */
13public class ICULangDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
14    public ICULangDataTables() {
15        super(ICUResourceBundle.ICU_LANG_BASE_NAME);
16    }
17}
18