tools/JavaSourceRef.st
branchdevelopment
changeset 2732 7d1a1fb5b01a
parent 2731 13f5be2bf83b
parent 2726 6971720de5a4
child 3360 1a8899091305
--- a/tools/JavaSourceRef.st	Sun Sep 15 01:02:01 2013 +0100
+++ b/tools/JavaSourceRef.st	Sun Sep 15 02:16:13 2013 +0100
@@ -13,7 +13,6 @@
 "
     JavaMethodSourceRef is a reference to method's source in
     its class's source file.
-    
 
     [author:]
         Jan Vrany <jan.vrany@fit.cvut.cz>
@@ -102,7 +101,6 @@
 
 readFrom: stringOrStream
     | s |
-
     s := stringOrStream readStream.
     s position: offset.
     ^ self class undent: (s next: length)
@@ -114,7 +112,7 @@
 !JavaSourceRef class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/tools/JavaSourceReference.st,v 1.2 2013-02-25 11:15:35 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/tools/JavaSourceReference.st,v 1.3 2013-09-06 00:45:28 vrany Exp $'
 !
 
 version_HG