blob: c972cc77f45a1f12f4cec1287652cacb485a8552 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
*******************************************************************************
* Copyright (C) 2006-2008, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.dev.data.resources;
import java.util.ListResourceBundle;
public class TestDataElements_te extends ListResourceBundle {
private static Object[][] data = new Object[][] {
{
"from_te",
"In root should be overridden"
}
};
protected Object[][] getContents() {
return data;
}
}