Diff2.st
changeset 16949 3b46d0b33f15
parent 14903 f0d17117b5e9
child 17134 c4cce8b7a95d
--- a/Diff2.st	Fri Oct 14 00:20:18 2016 +0200
+++ b/Diff2.st	Fri Oct 14 01:23:33 2016 +0200
@@ -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$'
 ! !