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 ICURegionDataTables extends LocaleDisplayNamesImpl.ICUDataTables { ICURegionDataTables()10 public ICURegionDataTables() { 11 super(ICUResourceBundle.ICU_REGION_BASE_NAME); 12 } 13 } 14