--- old/src/share/classes/java/awt/image/WritableRaster.java 2014-05-12 02:06:46.091536110 -0700 +++ new/src/share/classes/java/awt/image/WritableRaster.java 2014-05-12 02:06:45.941535041 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -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.