Home | History | Annotate | Download | only in impl
      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 }
     14