8337344: Redundant javadoc at RasterPrinterJob.isCancelled

Reviewed-by: aivanov, prr
This commit is contained in:
Prasanta Sadhukhan 2024-08-06 09:37:21 +00:00
parent f9b8a22062
commit a117945d5a

View File

@ -2474,11 +2474,7 @@ public abstract class RasterPrinterJob extends PrinterJob {
}
}
/**
* Returns true is a print job is ongoing but will
* be cancelled and the next opportunity. false is
* returned otherwise.
*/
@Override
public boolean isCancelled() {
boolean cancelled = false;