/[classpath]/classpath/java/awt/image/PixelGrabber.java
ViewVC logotype

Diff of /classpath/java/awt/image/PixelGrabber.java

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

revision 1.5 by bryce, Fri Jan 25 04:41:11 2002 UTC revision 1.6 by mark, Mon May 6 16:19:20 2002 UTC
# Line 151  public class PixelGrabber implements Ima Line 151  public class PixelGrabber implements Ima
151    
152         @return true if successful         @return true if successful
153    
154         @throws InterruptedExcpetion if interrupted by another thread.         @throws InterruptedException if interrupted by another thread.
155       */       */
156      public boolean grabPixels() throws InterruptedException      public boolean grabPixels() throws InterruptedException
157      {      {
# Line 163  public class PixelGrabber implements Ima Line 163  public class PixelGrabber implements Ima
163    
164         @return true if successful         @return true if successful
165    
166         @throws InterruptedExcpetion if interrupted by another thread.         @throws InterruptedException if interrupted by another thread.
167                 or time runs out                 or time runs out
168       */       */
169      public synchronized boolean grabPixels(long ms) throws InterruptedException      public synchronized boolean grabPixels(long ms) throws InterruptedException

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

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