class definition
authorClaus Gittinger <cg@exept.de>
Tue, 28 Jun 2011 13:47:25 +0200
changeset 13408 64c92572b3d7
parent 13407 10be0164a8ff
child 13409 5353fa4f93f0
class definition
PrototypeLookupAlgorithm.st
--- a/PrototypeLookupAlgorithm.st	Tue Jun 28 13:44:44 2011 +0200
+++ b/PrototypeLookupAlgorithm.st	Tue Jun 28 13:47:25 2011 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:''
 	classVariableNames:'TheOneAndOnlyInstance'
 	poolDictionaries:''
-	category:'Kernel-Classes'
+	category:'Kernel-Extensions'
 !
 
 !PrototypeLookupAlgorithm class methodsFor:'documentation'!
@@ -80,5 +80,5 @@
 !PrototypeLookupAlgorithm class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.3 2010-04-07 16:39:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.4 2011-06-28 11:47:25 cg Exp $'
 ! !