blob: e5f66cd3258141ea371ec46cdc95f7e40f95bdcd [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
*******************************************************************************
* Copyright (C) 2005-2009, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.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;
}
}