mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-7277 Fixed a Java doc warning.
X-SVN-Rev: 27180
This commit is contained in:
parent
41e34ed682
commit
70734622a2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2004-2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 2004-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -733,7 +733,7 @@ public abstract class UResourceBundle extends ResourceBundle{
|
|||
* Returns a resource in a given resource that has a given index, or null if the
|
||||
* resource is not found.
|
||||
*
|
||||
* @param aKey the key associated with the wanted resource
|
||||
* @param index the index of the resource
|
||||
* @return the resource, or null
|
||||
* @see #get(int)
|
||||
* @internal ICU internal use only
|
||||
|
|
Loading…
Add table
Reference in a new issue