--- old/src/share/classes/java/awt/print/Paper.java 2014-01-09 11:49:28.000000000 -0800 +++ new/src/share/classes/java/awt/print/Paper.java 2014-01-09 11:49:28.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, 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 @@ -36,7 +36,6 @@ * are compatible. For example, if the paper size is changed from * 11 x 17 to 8.5 x 11, the application might need to reduce the * imageable area so that whatever is printed fits on the page. - *

* @see #setSize(double, double) * @see #setImageableArea(double, double, double, double) */