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 48ba9d4 commit b8da969Copy full SHA for b8da969
src/java.desktop/share/classes/sun/print/PrintJob2D.java
@@ -912,15 +912,6 @@ public synchronized void end() {
912
}
913
914
915
- /**
916
- * Ends this print job once it is no longer referenced.
917
- * @see #end
918
- */
919
- @SuppressWarnings("removal")
920
- public void finalize() {
921
- end();
922
- }
923
-
924
/**
925
* Prints the page at the specified index into the specified
926
* {@link Graphics} context in the specified
0 commit comments