ICU-5051 fix internal tag

X-SVN-Rev: 19253
This commit is contained in:
Doug Felt 2006-02-23 19:06:18 +00:00
parent 16fffdd6bf
commit 99fced0f63

View file

@ -20,7 +20,7 @@ public final class ArabicShapingException extends Exception {
* @param msg the error message for this exception
*
* @internal revisit for ICU 3.6
* @deprecated This is a draft API and might change in a future release of ICU.
* @deprecated This API is ICU internal only.
*/
public ArabicShapingException(String message) {
super(message);