--- old/src/java.base/share/classes/java/time/zone/Ser.java 2019-07-25 11:27:53.000000000 -0700 +++ new/src/java.base/share/classes/java/time/zone/Ser.java 2019-07-25 11:27:53.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * 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 @@ -91,7 +91,7 @@ static final byte ZRULES = 1; /** Type for ZoneOffsetTransition. */ static final byte ZOT = 2; - /** Type for ZoneOffsetTransition. */ + /** Type for ZoneOffsetTransitionRule. */ static final byte ZOTRULE = 3; /** The type being serialized. */