UnixFileHandle.st
changeset 5413 4e67713bf25a
parent 5409 9b5890348f9c
child 7595 89c4c7dba914
--- a/UnixFileHandle.st	Fri Jun 23 21:08:42 2000 +0200
+++ b/UnixFileHandle.st	Fri Jun 23 21:43:57 2000 +0200
@@ -14,7 +14,7 @@
 ! !
 
 
-!UnixFileHandle methodsFor:'finalization'!
+!UnixFileHandle methodsFor:'release'!
 
 closeFile
     "close the underlying file"
@@ -33,5 +33,5 @@
 !UnixFileHandle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixFileHandle.st,v 1.2 2000-06-23 18:54:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixFileHandle.st,v 1.3 2000-06-23 19:43:49 cg Exp $'
 ! !