blob: 600289a9dcba48f85f3ef0ab270546bbc0e11a02 [file] [log] [blame]
/* 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
* @hide All android.icu classes are currently hidden
*/
public class ICULangDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
public ICULangDataTables() {
super(ICUResourceBundle.ICU_LANG_BASE_NAME);
}
}