blob: a469f80ccbca5d2b66a6741b7de65ea3bc4bd34c [file] [log] [blame]
/*
*******************************************************************************
* Copyright (C) 2005-2009, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package com.ibm.icu.dev.data.resources;
import java.util.ListResourceBundle;
public class TestDataElements_fr_Latn_FR extends ListResourceBundle {
private static Object[][] data = new Object[][] {
{
"from_fr_Latn_FR",
"This data comes from fr_Latn_FR"
}
};
protected Object[][] getContents() {
return data;
}
}