--- old/src/share/classes/java/awt/PrintGraphics.java 2014-06-03 19:47:00.000000000 +0400 +++ new/src/share/classes/java/awt/PrintGraphics.java 2014-06-03 19:47:00.000000000 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1997, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 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 @@ -35,6 +35,8 @@ /** * Returns the PrintJob object from which this PrintGraphics * object originated. + * + * @return the print job for this object */ public PrintJob getPrintJob();