ChangeSetDiffComponent.st
changeset 4479 3f1a6fafa0ba
parent 4478 7ae834471dde
equal deleted inserted replaced
4478:7ae834471dde 4479:3f1a6fafa0ba
   221 
   221 
   222 !ChangeSetDiffComponent methodsFor:'private'!
   222 !ChangeSetDiffComponent methodsFor:'private'!
   223 
   223 
   224 flattenOn: stream
   224 flattenOn: stream
   225 
   225 
   226     "cg cganged: return the receiver; not the stream."
   226     "cg changed: return the receiver; not the stream."
   227     stream nextPut: self
   227     stream nextPut: self
   228 
   228 
   229     "Created: / 05-12-2009 / 11:06:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   229     "Created: / 05-12-2009 / 11:06:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   230 !
   230 !
   231 
   231