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