blob: a8e5d72c5549622a167ff5d249dc72afb22f43a0 [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 2015, Google, Inc., International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.dev.test.util;
import com.ibm.icu.util.LocaleMatcher.LanguageMatcherData;
/**
* @author markdavis
*
*/
public class LocaleMatcherShim {
public static LanguageMatcherData load() {
// In CLDR, has different value
return null;
}
}