Skip to content

Commit e3055be

Browse files
prsadhukpull[bot]
authored andcommitted
8337344: Redundant javadoc at RasterPrinterJob.isCancelled
Reviewed-by: aivanov, prr
1 parent 96d6cbe commit e3055be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/java.desktop/share/classes/sun/print/RasterPrinterJob.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,11 +2474,7 @@ public void cancel() {
24742474
}
24752475
}
24762476

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-
*/
2477+
@Override
24822478
public boolean isCancelled() {
24832479

24842480
boolean cancelled = false;

0 commit comments

Comments
 (0)