]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements_te.java
Added flags.
[Dictionary.git] / jars / icu4j-52_1 / main / tests / core / src / com / ibm / icu / dev / data / resources / TestDataElements_te.java
1  /*
2   *******************************************************************************
3   * Copyright (C) 2006-2008, International Business Machines Corporation and    *
4   * others. All Rights Reserved.                                                *
5   *******************************************************************************
6   */
7 package com.ibm.icu.dev.data.resources;
8
9 import java.util.ListResourceBundle;
10
11 public class TestDataElements_te extends ListResourceBundle {    
12     private static Object[][] data = new Object[][] { 
13         {
14             "from_te",
15             "In root should be overridden"
16         }
17     };
18     protected Object[][] getContents() {
19         return data;
20     }
21 }