--- old/src/java.desktop/share/classes/java/awt/image/DataBufferDouble.java 2017-05-04 17:00:59.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/image/DataBufferDouble.java 2017-05-04 17:00:58.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, 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 @@ -31,7 +31,7 @@ * This class extends {@code DataBuffer} and stores data internally * in {@code double} form. *

- * + * * Note that some implementations may function more efficiently * if they can maintain control over how the data for an image is * stored.