8337344: Redundant javadoc at RasterPrinterJob.isCancelled
Reviewed-by: aivanov, prr
This commit is contained in:
parent
f9b8a22062
commit
a117945d5a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user