--- old/src/java.desktop/share/classes/sun/print/DialogOwner.java 2015-05-08 22:12:01.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/print/DialogOwner.java 2015-05-08 22:12:01.000000000 +0300 @@ -48,7 +48,7 @@ * Construct a new dialog type selection enumeration value with the * given integer value. * - * @param value Integer value. + * @param frame Integer value. */ public DialogOwner(Frame frame) { dlgOwner = frame;