1/*
2 *******************************************************************************
3 * Copyright (C) 2009, International Business Machines Corporation and         *
4 * others. All Rights Reserved.                                                *
5 *******************************************************************************
6 */
7package com.ibm.icu.impl;
8
9public class ICULangDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
10    public ICULangDataTables() {
11        super(ICUResourceBundle.ICU_LANG_BASE_NAME);
12    }
13}
14