--- old/src/windows/classes/sun/print/Win32PrintService.java 2014-04-14 15:28:13.239570170 +0400 +++ new/src/windows/classes/sun/print/Win32PrintService.java 2014-04-14 15:28:12.771342054 +0400 @@ -1585,7 +1585,7 @@ if (flavor != null && !isDocFlavorSupported(flavor)) { throw new IllegalArgumentException("flavor " + flavor + - "is not supported"); + " is not supported"); } if (attributes == null) {