mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-8920 fix RuleBasedCollator.getRules() docs
X-SVN-Rev: 32258
This commit is contained in:
parent
1cc15ae197
commit
437555d5bb
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2012, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
* Copyright (C) 1996-2012, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
*******************************************************************************
|
||||
*/
|
||||
package com.ibm.icu.text;
|
||||
|
@ -809,9 +809,10 @@ public final class RuleBasedCollator extends Collator {
|
|||
// public getters --------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Gets the collation rules for this RuleBasedCollator. Equivalent to String getRules(RuleOption.FULL_RULES).
|
||||
* Gets the collation tailoring rules for this RuleBasedCollator.
|
||||
* Equivalent to String getRules(false).
|
||||
*
|
||||
* @return returns the collation rules
|
||||
* @return the collation tailoring rules
|
||||
* @see #getRules(boolean)
|
||||
* @stable ICU 2.8
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue