We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d6cbe commit e3055beCopy full SHA for e3055be
src/java.desktop/share/classes/sun/print/RasterPrinterJob.java
@@ -2474,11 +2474,7 @@ public void cancel() {
2474
}
2475
2476
2477
- /**
2478
- * Returns true is a print job is ongoing but will
2479
- * be cancelled and the next opportunity. false is
2480
- * returned otherwise.
2481
- */
+ @Override
2482
public boolean isCancelled() {
2483
2484
boolean cancelled = false;
0 commit comments