blob: b146f8318979337e7938a6a9f19b1187ea587b13 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 2009, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.impl;
public class ICURegionDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
public ICURegionDataTables() {
super(ICUResourceBundle.ICU_REGION_BASE_NAME);
}
}