changed: #hasAnnotation
authorClaus Gittinger <cg@exept.de>
Wed, 07 Sep 2011 11:17:12 +0200
changeset 13651 e7d51e244535
parent 13650 f40c19490865
child 13652 af8438e37bd6
changed: #hasAnnotation
Method.st
--- a/Method.st	Wed Sep 07 11:11:06 2011 +0200
+++ b/Method.st	Wed Sep 07 11:17:12 2011 +0200
@@ -2307,12 +2307,12 @@
 !
 
 hasAnnotation
-
     "Return true iff method has any annotation"
 
     ^annotations notNil
 
     "Created: / 11-07-2010 / 19:27:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 07-09-2011 / 10:10:35 / cg"
 !
 
 hasAnnotation: key
@@ -3549,11 +3549,11 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.368 2011-09-07 07:29:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.369 2011-09-07 09:17:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.368 2011-09-07 07:29:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.369 2011-09-07 09:17:12 cg Exp $'
 !
 
 version_SVN