~ubuntu-branches/ubuntu/vivid/icu4j-4.4/vivid

« back to all changes in this revision

Viewing changes to main/tests/core/src/com/ibm/icu/dev/data/resources/TestDataElements_fr_Latn_FR.java

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2011-08-02 15:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110802155033-itjzsl21y2lqdonn
Tags: upstream-4.4.2
ImportĀ upstreamĀ versionĀ 4.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 /*
 
2
  *******************************************************************************
 
3
  * Copyright (C) 2005-2009, International Business Machines Corporation and    *
 
4
  * others. All Rights Reserved.                                                *
 
5
  *******************************************************************************
 
6
  */
 
7
 
 
8
package com.ibm.icu.dev.data.resources;
 
9
 
 
10
import java.util.ListResourceBundle;
 
11
 
 
12
public class TestDataElements_fr_Latn_FR extends ListResourceBundle {
 
13
 
 
14
    private static Object[][] data = new Object[][] { 
 
15
        {
 
16
            "from_fr_Latn_FR",
 
17
            "This data comes from fr_Latn_FR"
 
18
        }
 
19
        
 
20
    };
 
21
    protected Object[][] getContents() {
 
22
        return data;
 
23
    }
 
24
}