OSDN Git Service

Imported GNU Classpath 0.90
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / nio / MappedByteBuffer.java
index fa25bb7..25b0993 100644 (file)
@@ -85,7 +85,7 @@ public abstract class MappedByteBuffer extends ByteBuffer
     forceImpl();
   }
 
-  public void finalize()
+  protected void finalize()
     throws Throwable
   {
     unmapImpl();