added: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 15 May 2013 14:03:46 +0200
changeset 795 defcba4fc7a7
parent 794 a2889c14bba1
child 796 730e50b519a0
added: #documentation
MCSnapshotReader.st
--- a/MCSnapshotReader.st	Wed May 15 14:03:45 2013 +0200
+++ b/MCSnapshotReader.st	Wed May 15 14:03:46 2013 +0200
@@ -7,6 +7,14 @@
 	category:'SCM-Monticello-Storing'
 !
 
+!MCSnapshotReader class methodsFor:'documentation'!
+
+documentation
+"
+    I'm useless and can be safely removed. 
+    I'm only referenced in MCMczReader>>extractDefinitionsFrom: and it can be replaced by MCReader.
+"
+! !
 
 !MCSnapshotReader class methodsFor:'as yet unclassified'!
 
@@ -28,13 +36,14 @@
 !MCSnapshotReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.4 2012-09-11 21:28:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.5 2013-05-15 12:03:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.4 2012-09-11 21:28:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSnapshotReader.st,v 1.5 2013-05-15 12:03:46 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: MCSnapshotReader.st 5 2010-08-29 07:30:29Z vranyj1 §'
+    ^ '$Id: MCSnapshotReader.st,v 1.5 2013-05-15 12:03:46 cg Exp $'
 ! !
+