--- old/src/share/classes/java/awt/image/WritableRaster.java 2014-04-01 07:18:27.312584195 -0700 +++ new/src/share/classes/java/awt/image/WritableRaster.java 2014-04-01 07:18:27.177583323 -0700 @@ -394,7 +394,7 @@ * is first converted to a 32-bit int (if necessary), using the above * rules for integral types, and then the int is cast to float or * double. - *

+ * * @param srcRaster The Raster from which to copy pixels. * * @throws NullPointerException if srcRaster is null.