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-2008, International Business Machines Corporation and    *
7  * others. All Rights Reserved.                                                *
8  *******************************************************************************
9  */
10package android.icu.dev.data.resources;
11
12import java.util.ListResourceBundle;
13
14public class TestDataElements_en_Latn_US extends ListResourceBundle {
15    private static Object[][] data = new Object[][] {
16        {
17            "from_en_Latn_US",
18            "This data comes from en_Latn_US"
19        }
20    };
21    protected Object[][] getContents() {
22        return data;
23    }
24}
25