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