]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/main/classes/langdata/src/com/ibm/icu/impl/ICULangDataTables.java
Added flags.
[Dictionary.git] / jars / icu4j-52_1 / main / classes / langdata / src / com / ibm / icu / impl / ICULangDataTables.java
1 /*
2  *******************************************************************************
3  * Copyright (C) 2009, International Business Machines Corporation and         *
4  * others. All Rights Reserved.                                                *
5  *******************************************************************************
6  */
7 package com.ibm.icu.impl;
8
9 public class ICULangDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
10     public ICULangDataTables() {
11         super(ICUResourceBundle.ICU_LANG_BASE_NAME);
12     }
13 }