/[classpath]/classpath/java/awt/MediaTracker.java
ViewVC logotype

Diff of /classpath/java/awt/MediaTracker.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by jfrijters, Thu Jul 24 13:56:12 2003 UTC revision 1.7 by fitzsim, Tue Dec 2 19:42:10 2003 UTC
# Line 88  public class MediaTracker implements jav Line 88  public class MediaTracker implements jav
88        {        {
89          MediaTracker.this.notifyAll();          MediaTracker.this.notifyAll();
90        }        }
91                // If status is not COMPLETE then we need more updates.
92        return ((status & COMPLETE) != 0);        return (status & COMPLETE) == 0;
93      }      }
94    }    }
95    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26