Home | History | Annotate | Download | only in resources
      1 /* GENERATED SOURCE. DO NOT MODIFY. */
      2 //  2016 and later: Unicode, Inc. and others.
      3 // License & terms of use: http://www.unicode.org/copyright.html#License
      4  /*
      5   *******************************************************************************
      6   * Copyright (C) 2005, International Business Machines Corporation and    *
      7   * others. All Rights Reserved.                                                *
      8   *******************************************************************************
      9   */
     10 package android.icu.dev.data.resources;
     11 
     12 import java.util.ListResourceBundle;
     13 import android.icu.testsharding.MainTestShard;
     14 
     15 @MainTestShard
     16 public class TestDataElements_en_US extends ListResourceBundle {
     17 
     18     private static Object[][] data = new Object[][] {
     19         {
     20             "from_en_US",
     21             "This data comes from en_US"
     22         }
     23 
     24     };
     25     protected Object[][] getContents() {
     26         return data;
     27     }
     28 }
     29