# HG changeset patch # User Claus Gittinger # Date 1322131587 -3600 # Node ID 3e90097c2be1ee39b703fa84b3a0a44265ed88ef # Parent 2518a1132502de70a26456d4c367daa13d0dd88f added: #version_CVS diff -r 2518a1132502 -r 3e90097c2be1 JavaMethodNode.st --- a/JavaMethodNode.st Thu Nov 24 11:46:24 2011 +0100 +++ b/JavaMethodNode.st Thu Nov 24 11:46:27 2011 +0100 @@ -181,6 +181,10 @@ !JavaMethodNode class methodsFor:'documentation'! +version_CVS + ^ '$Header: /cvs/stx/stx/libjava/Attic/JavaMethodNode.st,v 1.2 2011-11-24 10:46:27 cg Exp $' +! + version_SVN - ^ '$Id: JavaMethodNode.st,v 1.1 2011-08-18 19:06:53 vrany Exp $' + ^ '§Id: JavaMethodNode.st,v 1.1 2011/08/18 19:06:53 vrany Exp §' ! !