8133807: java.desktop docs: replace some invalid "@returns" tags

Reviewed-by: alexsch
This commit is contained in:
Alexander Stepanov 2015-08-27 18:09:09 +03:00
parent 7436faa3d1
commit 2f6a5f4af7
17 changed files with 33 additions and 33 deletions

View file

@ -964,8 +964,8 @@ public abstract class RasterPrinterJob extends PrinterJob {
/**
* Presents the user a dialog for changing properties of the
* print job interactively.
* @returns false if the user cancels the dialog and
* true otherwise.
* @return false if the user cancels the dialog and
* true otherwise.
* @exception HeadlessException if GraphicsEnvironment.isHeadless()
* returns true.
* @see java.awt.GraphicsEnvironment#isHeadless