• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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) 1996-2005, International Business Machines Corporation and    *
7  * others. All Rights Reserved.                                                *
8  *******************************************************************************
9  */
10 
11 package ohos.global.icu.impl.data;
12 
13 import java.util.ListResourceBundle;
14 
15 /**
16  * @hide exposed on OHOS
17  */
18 public class HolidayBundle_iw extends ListResourceBundle {
19 
20     static private final Object[][] fContents = {
21         {   "", ""  },      // Can't be empty!
22     };
23 
24     @Override
getContents()25     public synchronized Object[][] getContents() { return fContents; }
26 
27 }
28