diff options
Diffstat (limited to 'libjava/java/awt/image/PixelGrabber.java')
-rw-r--r-- | libjava/java/awt/image/PixelGrabber.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/image/PixelGrabber.java b/libjava/java/awt/image/PixelGrabber.java index 65e831e9809..24dd6d3fc49 100644 --- a/libjava/java/awt/image/PixelGrabber.java +++ b/libjava/java/awt/image/PixelGrabber.java @@ -151,7 +151,7 @@ public class PixelGrabber implements ImageConsumer @return true if successful - @throws InterruptedExcpetion if interrupted by another thread. + @throws InterruptedException if interrupted by another thread. */ public boolean grabPixels() throws InterruptedException { @@ -163,7 +163,7 @@ public class PixelGrabber implements ImageConsumer @return true if successful - @throws InterruptedExcpetion if interrupted by another thread. + @throws InterruptedException if interrupted by another thread. or time runs out */ public synchronized boolean grabPixels(long ms) throws InterruptedException |