ProtoObject.st
changeset 19678 85ad5275e07c
parent 18439 b9ef8e4966e4
child 19691 5e613f6255d9
child 21075 d61cf84d605a
--- a/ProtoObject.st	Sat Apr 30 10:43:01 2016 +0200
+++ b/ProtoObject.st	Sat Apr 30 15:51:46 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -74,7 +72,7 @@
 !ProtoObject methodsFor:'queries'!
 
 class
-    "return the receivers class"
+    "return the receiver's class"
 
 %{  /* NOCONTEXT */
 
@@ -91,6 +89,8 @@
 *** Inspection and/or debugging of instances may not be possible,
 *** if you remove/change this method. 
 "
+
+    "Modified (comment): / 30-04-2016 / 15:51:12 / cg"
 !
 
 identityHash
@@ -190,10 +190,10 @@
 !ProtoObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProtoObject.st,v 1.16 2015-06-05 16:10:58 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProtoObject.st,v 1.16 2015-06-05 16:10:58 stefan Exp $'
+    ^ '$Header$'
 ! !