1/*
2 *******************************************************************************
3 * Copyright (C) 2009, International Business Machines Corporation and         *
4 * others. All Rights Reserved.                                                *
5 *******************************************************************************
6 */
7package com.ibm.icu.impl;
8
9public class ICURegionDataTables extends LocaleDisplayNamesImpl.ICUDataTables {
10    public ICURegionDataTables() {
11        super(ICUResourceBundle.ICU_REGION_BASE_NAME);
12    }
13}
14