Annotation.st
branchjv
changeset 20220 874c664d2cbd
parent 19861 95c7068e30ba
parent 20217 b4dbf7fe7b1e
child 23107 40173e082cbc
equal deleted inserted replaced
20210:b265371d06f7 20220:874c664d2cbd
   421 ! !
   421 ! !
   422 
   422 
   423 !Annotation methodsFor:'printing'!
   423 !Annotation methodsFor:'printing'!
   424 
   424 
   425 printOn:aStream
   425 printOn:aStream
   426     "append a printed representation if the receiver to the argument, aStream"
   426     "append a printed representation of the receiver to the argument, aStream"
   427 
   427 
   428     self storeOn:aStream.
   428     self storeOn:aStream.
   429 
   429 
   430     "Modified: / 19-05-2010 / 16:25:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   430     "Modified: / 19-05-2010 / 16:25:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   431 ! !
   431 ! !