fixed: #version_SVN ($ to §)
authorClaus Gittinger <cg@exept.de>
Thu, 24 Nov 2011 12:54:18 +0100
changeset 2287 10460992fed5
parent 2286 ca6abaf7aa93
child 2288 5af9886de3b4
fixed: #version_SVN ($ to §)
JavaField.st
--- a/JavaField.st	Thu Nov 24 12:54:16 2011 +0100
+++ b/JavaField.st	Thu Nov 24 12:54:18 2011 +0100
@@ -349,11 +349,11 @@
 !JavaField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaField.st,v 1.19 2011-11-24 11:19:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaField.st,v 1.20 2011-11-24 11:54:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaField.st,v 1.19 2011-11-24 11:19:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaField.st,v 1.20 2011-11-24 11:54:18 cg Exp $'
 !
 
 version_SVN