mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2966 make clone polymorphic
X-SVN-Rev: 13318
This commit is contained in:
parent
996bc7de46
commit
66e807ff85
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class JDKTimeZone extends TimeZone {
|
|||
* Boilerplate API; calls through to wrapped object.
|
||||
*/
|
||||
public Object clone() {
|
||||
return new JDKTimeZone((java.util.TimeZone)zone.clone());
|
||||
return wrap((java.util.TimeZone)zone.clone());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue