category
authorClaus Gittinger <cg@exept.de>
Fri, 27 Jul 2012 22:14:58 +0200
changeset 11701 d18affe2c767
parent 11700 0040c834b1cc
child 11702 d67763d80c24
category
Diff.st
--- a/Diff.st	Fri Jul 27 21:58:09 2012 +0200
+++ b/Diff.st	Fri Jul 27 22:14:58 2012 +0200
@@ -30,7 +30,7 @@
 		bdiagoff filevec cost snakeLimit inhibit'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Collections-Sequenceable-Diff'
+	category:'Collections-Support'
 !
 
 Link subclass:#Change
@@ -1242,7 +1242,7 @@
 !Diff class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Diff.st,v 1.2 2011-07-03 18:01:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Diff.st,v 1.3 2012-07-27 20:14:58 cg Exp $'
 !
 
 version_SVN