jdk/src/share/classes/java/time/zone/ZoneOffsetTransition.java
changeset 21331 8ee181e7e48b
parent 19841 15c8e97d6a14
child 22081 86eb26ff8f2b
equal deleted inserted replaced
21327:9fc34e0b2a47 21331:8ee181e7e48b
   189      * <pre style="font-size:1.0em">{@code
   189      * <pre style="font-size:1.0em">{@code
   190      *
   190      *
   191      *   out.writeByte(2);                // identifies a ZoneOffsetTransition
   191      *   out.writeByte(2);                // identifies a ZoneOffsetTransition
   192      *   out.writeEpochSec(toEpochSecond);
   192      *   out.writeEpochSec(toEpochSecond);
   193      *   out.writeOffset(offsetBefore);
   193      *   out.writeOffset(offsetBefore);
   194      *   out.writeOfset(offsetAfter);
   194      *   out.writeOffset(offsetAfter);
   195      * }
   195      * }
   196      * </pre>
   196      * </pre>
   197      * @return the replacing object, not null
   197      * @return the replacing object, not null
   198      */
   198      */
   199     private Object writeReplace() {
   199     private Object writeReplace() {