mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 03:34:38 +00:00
ICU-6144 Fix API comments for callbacks.
X-SVN-Rev: 23748
This commit is contained in:
parent
b88b4e3247
commit
6362c5bde2
1 changed files with 4 additions and 4 deletions
|
@ -172,7 +172,7 @@ public class CharsetCallback {
|
|||
}
|
||||
};
|
||||
/**
|
||||
* Skip callback
|
||||
* Write substitute callback
|
||||
* @draft ICU 3.6
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
|
@ -195,7 +195,7 @@ public class CharsetCallback {
|
|||
private static final char[] kSubstituteChar1 = new char[]{0x1A};
|
||||
private static final char[] kSubstituteChar = new char[] {0xFFFD};
|
||||
/**
|
||||
* Skip callback
|
||||
* Write substitute callback
|
||||
* @draft ICU 3.6
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
|
@ -214,7 +214,7 @@ public class CharsetCallback {
|
|||
}
|
||||
};
|
||||
/**
|
||||
* Skip callback
|
||||
* Stop callback
|
||||
* @draft ICU 3.6
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
|
@ -226,7 +226,7 @@ public class CharsetCallback {
|
|||
}
|
||||
};
|
||||
/**
|
||||
* Skip callback
|
||||
* Stop callback
|
||||
* @draft ICU 3.6
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue