8044694: Fix finally lint warnings in sun.print
Reviewed-by: prr
This commit is contained in:
parent
628e935254
commit
f14291c318
@ -708,8 +708,8 @@ public class PSPrinterJob extends RasterPrinterJob {
|
||||
}
|
||||
} finally {
|
||||
pw.flush();
|
||||
throw new IOException(sw.toString());
|
||||
}
|
||||
throw new IOException(sw.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -992,8 +992,8 @@ public class UnixPrintJob implements CancelablePrintJob {
|
||||
}
|
||||
} finally {
|
||||
pw.flush();
|
||||
throw new IOException(sw.toString());
|
||||
}
|
||||
throw new IOException(sw.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user