mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-22789 Make return type of interface method impl match interface signature
This commit is contained in:
parent
124c487d80
commit
465f620158
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class RuleBasedSegmenter implements Segmenter {
|
|||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
public RuleBasedBreakIterator getNewBreakIterator() {
|
||||
public BreakIterator getNewBreakIterator() {
|
||||
return new RuleBasedBreakIterator(this.rules);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue