mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-5990 Fixed some JavaDoc errors
X-SVN-Rev: 23045
This commit is contained in:
parent
2659a41917
commit
0a1c092214
1 changed files with 4 additions and 4 deletions
|
@ -520,7 +520,7 @@ public abstract class BasicTimeZone extends TimeZone {
|
|||
|
||||
/**
|
||||
* The option designate former time to be used by
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])}
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
|
@ -528,7 +528,7 @@ public abstract class BasicTimeZone extends TimeZone {
|
|||
|
||||
/**
|
||||
* The option designate latter time to be used by
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])}
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
|
@ -536,7 +536,7 @@ public abstract class BasicTimeZone extends TimeZone {
|
|||
|
||||
/**
|
||||
* The bit mask for the time type option used by
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])}
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
|
@ -544,7 +544,7 @@ public abstract class BasicTimeZone extends TimeZone {
|
|||
|
||||
/**
|
||||
* The bit mask for the former/latter option used by
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])
|
||||
* {@link #getOffsetFromLocal(long, int, int, int[])}
|
||||
* @internal
|
||||
* @deprecated This API is ICU internal only.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue