ChangeSetDiff.st
changeset 3693 eace8a8a86e6
parent 3440 90518961cc11
child 3838 474d8ec95b33
child 4019 3efc1019f206
--- a/ChangeSetDiff.st	Mon Dec 29 16:09:03 2014 +0100
+++ b/ChangeSetDiff.st	Mon Dec 29 16:14:33 2014 +0100
@@ -74,7 +74,7 @@
 !ChangeSetDiff class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiff.st,v 1.5 2014-02-05 17:51:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSetDiff.st,v 1.6 2014-12-29 15:14:33 cg Exp $'
 ! !
 
 !ChangeSetDiff class methodsFor:'utilities'!
@@ -182,7 +182,7 @@
         ]
     ].
     diffsByClass size = 1 ifTrue:[
-        diffset addAll:diffsByClass anyOne diffs
+        diffset addAll:diffsByClass anElement diffs
     ] ifFalse:[
         diffset addAll:diffsByClass values
     ].
@@ -214,6 +214,6 @@
 !ChangeSetDiff class methodsFor:'documentation'!
 
 version_SVN
-    ^ '$Id: ChangeSetDiff.st,v 1.5 2014-02-05 17:51:45 cg Exp $'
+    ^ '$Id: ChangeSetDiff.st,v 1.6 2014-12-29 15:14:33 cg Exp $'
 ! !