| Index: source/common/unicode/rbbi.h
|
| diff --git a/source/common/unicode/rbbi.h b/source/common/unicode/rbbi.h
|
| index aa6cf47ba42f315adac3aecb45ecd7c5f5ce976f..d47598a50e6fa3bab2ad49e022aaf396cac329e5 100644
|
| --- a/source/common/unicode/rbbi.h
|
| +++ b/source/common/unicode/rbbi.h
|
| @@ -1,6 +1,6 @@
|
| /*
|
| ***************************************************************************
|
| -* Copyright (C) 1999-2013 International Business Machines Corporation *
|
| +* Copyright (C) 1999-2014 International Business Machines Corporation *
|
| * and others. All rights reserved. *
|
| ***************************************************************************
|
|
|
| @@ -62,7 +62,7 @@ struct RBBIStateTable;
|
| * not part of the ICU API, and may not remain stable.</p>
|
| *
|
| */
|
| -class U_COMMON_API RuleBasedBreakIterator : public BreakIterator {
|
| +class U_COMMON_API RuleBasedBreakIterator /*U_FINAL*/ : public BreakIterator {
|
|
|
| protected:
|
| /**
|
| @@ -423,8 +423,8 @@ public:
|
| virtual void setText(UText *text, UErrorCode &status);
|
|
|
| /**
|
| - * Sets the current iteration position to the beginning of the text.
|
| - * @return The offset of the beginning of the text.
|
| + * Sets the current iteration position to the beginning of the text, position zero.
|
| + * @return The offset of the beginning of the text, zero.
|
| * @stable ICU 2.0
|
| */
|
| virtual int32_t first(void);
|
|
|