Home | History | Annotate | Download | only in impl
      1 //  2016 and later: Unicode, Inc. and others.
      2 // License & terms of use: http://www.unicode.org/copyright.html#License
      3 /*
      4  *******************************************************************************
      5  * Copyright (C) 2009-2016, International Business Machines Corporation and
      6  * others. All Rights Reserved.
      7  *******************************************************************************
      8  */
      9 package com.ibm.icu.impl;
     10 
     11 public class ICULangDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
     12     public ICULangDataTables() {
     13         super(ICUData.ICU_LANG_BASE_NAME);
     14     }
     15 }
     16