Diff2.st
branchjv
changeset 17134 c4cce8b7a95d
parent 15566 184cea584be5
parent 16949 3b46d0b33f15
--- a/Diff2.st	Sun Oct 09 22:55:02 2016 +0100
+++ b/Diff2.st	Tue Oct 18 22:55:22 2016 +0100
@@ -29,6 +29,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#Diff2
 	instanceVariableNames:'file1 file2'
 	classVariableNames:''
@@ -121,7 +123,8 @@
 
 documentation
 "
-    Generic diff/comm utilities. Agnostic as to the longestCommonSubsequence algorithm used.
+    Generic diff/comm utilities. 
+    Agnostic as to the longestCommonSubsequence algorithm used.
 
     Instance Variables
         file1:          <SequenceableCollection> One of the two files to compare.
@@ -841,10 +844,10 @@
 !Diff2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Diff2.st,v 1.5 2014-11-24 14:15:56 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Diff2.st,v 1.5 2014-11-24 14:15:56 cg Exp $'
+    ^ '$Header$'
 ! !