blob: 2e3d15ebf6c93767d4d62da5c7dae4605f5faece [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2006-2008, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.dev.data.resources;
import java.util.ListResourceBundle;
import android.icu.testsharding.MainTestShard;
@MainTestShard
public class TestDataElements_te extends ListResourceBundle {
private static Object[][] data = new Object[][] {
{
"from_te",
"In root should be overridden"
}
};
protected Object[][] getContents() {
return data;
}
}