category change
authorClaus Gittinger <cg@exept.de>
Mon, 18 Jan 2010 17:01:18 +0100
changeset 2319 636647549e7c
parent 2318 789c145fb05a
child 2320 4e58d12c5c1a
category change
CascadeNode.st
--- a/CascadeNode.st	Mon Jan 18 17:01:16 2010 +0100
+++ b/CascadeNode.st	Mon Jan 18 17:01:18 2010 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libcomp' }"
 
 MessageNode subclass:#CascadeNode
@@ -156,7 +155,7 @@
     "Modified: / 20-04-2005 / 14:35:39 / cg"
 ! !
 
-!CascadeNode methodsFor:'queries'!
+!CascadeNode methodsFor:'testing'!
 
 isCascade
     ^ true
@@ -167,5 +166,9 @@
 !CascadeNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.27 2005-04-20 14:41:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.28 2010-01-18 16:01:18 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libcomp/CascadeNode.st,v 1.28 2010-01-18 16:01:18 cg Exp $'
 ! !