src/windows/classes/java/lang/ProcessImpl.java

Print this page

        

@@ -232,11 +232,11 @@
 
     public InputStream getErrorStream() {
         return stderr_stream;
     }
 
-    public void finalize() {
+    protected void finalize() {
         closeHandle(handle);
     }
 
     private static final int STILL_ACTIVE = getStillActive();
     private static native int getStillActive();