The Java Software documentation standard is to use American spellings
where more than one spelling of a word exists.
There are a few instances where "recognise" is currently used instead of the
Java Software standard spelling "recognize".
./share/classes/sun/print/PSStreamPrintJob.java(281): throw new PrintException("unrecognised class: "+repClassName);
./share/classes/sun/print/RasterPrinterJob.java(909): * Services we don't recognise as built-in services can't be
./share/classes/sun/print/RasterPrinterJob.java(952): * So here we dispatch only those services we do not recognise
./share/classes/javax/print/DocFlavor.java(31): * be recognised.
./share/classes/javax/print/StreamPrintService.java(82): * Used by services and client applications to recognise streams
./solaris/classes/sun/print/UnixPrintJob.java(321): throw new PrintException("unrecognised class: "+repClassName);
./win32/classes/sun/print/Win32PrintJob.java(326): throw new PrintException("unrecognised class: "+repClassName);
I mentioned this to Jeannette.Hung@eng and Phil.Race@eng, and they told
me it should be cleaned up along with the docs work that is being done on
2D printing classes for Merlin-beta. They (rightly) prefer to have the 2D
docs contact make the changes, so I decomposed this list out of another
bug report (4411597).
where more than one spelling of a word exists.
There are a few instances where "recognise" is currently used instead of the
Java Software standard spelling "recognize".
./share/classes/sun/print/PSStreamPrintJob.java(281): throw new PrintException("unrecognised class: "+repClassName);
./share/classes/sun/print/RasterPrinterJob.java(909): * Services we don't recognise as built-in services can't be
./share/classes/sun/print/RasterPrinterJob.java(952): * So here we dispatch only those services we do not recognise
./share/classes/javax/print/DocFlavor.java(31): * be recognised.
./share/classes/javax/print/StreamPrintService.java(82): * Used by services and client applications to recognise streams
./solaris/classes/sun/print/UnixPrintJob.java(321): throw new PrintException("unrecognised class: "+repClassName);
./win32/classes/sun/print/Win32PrintJob.java(326): throw new PrintException("unrecognised class: "+repClassName);
I mentioned this to Jeannette.Hung@eng and Phil.Race@eng, and they told
me it should be cleaned up along with the docs work that is being done on
2D printing classes for Merlin-beta. They (rightly) prefer to have the 2D
docs contact make the changes, so I decomposed this list out of another
bug report (4411597).