jdk/src/java.desktop/share/classes/sun/java2d/StateTrackableDelegate.java
changeset 26037 508779ce6619
parent 26004 7507a1b93f67
parent 25859 3317bb8137f4
child 32865 f9cb6e427f9e
equal deleted inserted replaced
25992:e9b05e933ddd 26037:508779ce6619
   248      * (i.e. not {@link State#IMMUTABLE IMMUTABLE}).
   248      * (i.e. not {@link State#IMMUTABLE IMMUTABLE}).
   249      * It is up to the callers to enforce the fact that an
   249      * It is up to the callers to enforce the fact that an
   250      * {@code IMMUTABLE} delegate is never modified.
   250      * {@code IMMUTABLE} delegate is never modified.
   251      * @since 1.7
   251      * @since 1.7
   252      */
   252      */
   253     public final void markDirty() {
   253     public void markDirty() {
   254         theTracker = null;
   254         theTracker = null;
   255     }
   255     }
   256 }
   256 }