blob: 5eed626de3dd90c57d60d00cd38cc0af1b05689a [file] [log] [blame]
// © 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 com.ibm.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;
}
}