< prev index next >

src/java.base/share/classes/java/time/zone/Ser.java

Print this page
rev 55794 : [mq]: 8212970

*** 1,7 **** /* ! * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 89,99 **** /** Type for ZoneRules. */ static final byte ZRULES = 1; /** Type for ZoneOffsetTransition. */ static final byte ZOT = 2; ! /** Type for ZoneOffsetTransition. */ static final byte ZOTRULE = 3; /** The type being serialized. */ private byte type; /** The object being serialized. */ --- 89,99 ---- /** Type for ZoneRules. */ static final byte ZRULES = 1; /** Type for ZoneOffsetTransition. */ static final byte ZOT = 2; ! /** Type for ZoneOffsetTransitionRule. */ static final byte ZOTRULE = 3; /** The type being serialized. */ private byte type; /** The object being serialized. */
< prev index next >