jdk/src/java.base/share/classes/sun/util/calendar/ZoneInfo.java
changeset 32649 2ee9017c7597
parent 31061 fead7d86d75f
child 40541 8850531a2beb
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   168     private boolean willGMTOffsetChange = false;
   168     private boolean willGMTOffsetChange = false;
   169 
   169 
   170     /**
   170     /**
   171      * True if the object has been modified after its instantiation.
   171      * True if the object has been modified after its instantiation.
   172      */
   172      */
   173     transient private boolean dirty = false;
   173     private transient boolean dirty = false;
   174 
   174 
   175     private static final long serialVersionUID = 2653134537216586139L;
   175     private static final long serialVersionUID = 2653134537216586139L;
   176 
   176 
   177     /**
   177     /**
   178      * A constructor.
   178      * A constructor.