jdk/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java
changeset 21777 c0a423e43b0d
parent 19169 1807a84c3d63
child 22584 eed64ee05369
--- a/jdk/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java	Tue Nov 19 10:36:02 2013 -0800
+++ b/jdk/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java	Wed Nov 20 12:23:55 2013 +0400
@@ -348,7 +348,7 @@
      *                  data
      * @return the specified band containing the sample of the specified
      * pixel.
-     * @exception ArrayIndexOutOfBoundException if the specified
+     * @exception ArrayIndexOutOfBoundsException if the specified
      *          coordinates are not in bounds.
      * @see #setSample(int, int, int, int, DataBuffer)
      */