blob: d44ed6bbd8c33ae8988f77a92ff0a773c773da7e [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.dev.data.resources;
import java.util.ListResourceBundle;
import android.icu.testsharding.MainTestShard;
@MainTestShard
public class TestMessages extends ListResourceBundle {
@Override
protected Object[][] getContents() {
return new Object[][] {
{"bundleContainer", "TestMessages.class"}
};
}
}