mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-5551 Do not need to cast super.clone() to SimpleTimeZone in SimpleTimeZone#clone()
X-SVN-Rev: 22393
This commit is contained in:
parent
97c6b04e4a
commit
6313be5b20
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ public class SimpleTimeZone extends BasicTimeZone {
|
|||
* @stable ICU 3.8
|
||||
*/
|
||||
public Object clone() {
|
||||
return (SimpleTimeZone)super.clone();
|
||||
return super.clone();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue