MCTimestampAnnotation.st
changeset 1074 585f17369d5e
parent 691 824809c50b8c
--- a/MCTimestampAnnotation.st	Mon Aug 27 09:38:31 2018 +0200
+++ b/MCTimestampAnnotation.st	Wed Aug 29 12:46:13 2018 +0200
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 Annotation subclass:#MCTimestampAnnotation
 	instanceVariableNames:'timestamp'
 	classVariableNames:''
@@ -38,32 +40,17 @@
     "Modified: / 14-09-2010 / 15:36:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!MCTimestampAnnotation methodsFor:'processing'!
-
-annotatesClass:aClass
-
-    "Nothing to do"
-
-    "Modified: / 14-09-2010 / 15:41:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-annotatesMethod:aMethod
-
-    "Nothing to do"
-
-    "Modified: / 14-09-2010 / 15:41:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !MCTimestampAnnotation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCTimestampAnnotation.st,v 1.2 2012-09-11 21:29:43 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCTimestampAnnotation.st,v 1.2 2012-09-11 21:29:43 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: MCTimestampAnnotation.st 12 2010-09-15 13:13:22Z vranyj1 §'
+    ^ '$Id$'
 ! !
+