JavaSourceCodeCache.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/JavaSourceCodeCache.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/JavaSourceCodeCache.st	Fri Sep 06 02:45:44 2013 +0200
@@ -60,7 +60,6 @@
 "
 ! !
 
-
 !JavaSourceCodeCache class methodsFor:'instance creation'!
 
 new
@@ -70,7 +69,6 @@
     "Created: / 13-12-2010 / 13:56:31 / Jan Kurs <kurs.jan@post.cz>"
 ! !
 
-
 !JavaSourceCodeCache methodsFor:'adding & removing'!
 
 flush
@@ -79,7 +77,6 @@
     "Created: / 17-12-2010 / 16:32:49 / Jan Kurs <kurs.jan@post.cz>"
 ! !
 
-
 !JavaSourceCodeCache methodsFor:'initialize'!
 
 initialize
@@ -89,7 +86,6 @@
     "Modified: / 17-12-2010 / 13:35:36 / Jan Kurs <kurs.jan@post.cz>"
 ! !
 
-
 !JavaSourceCodeCache methodsFor:'private - searching'!
 
 findMethodLine: javaMethod inMethods: methods 
@@ -127,7 +123,6 @@
     ^ parsedCodes
 ! !
 
-
 !JavaSourceCodeCache methodsFor:'queries'!
 
 findLineForMethod:javaMethod inClass:javaClass 
@@ -140,11 +135,10 @@
     "Modified: / 08-01-2011 / 16:10:21 / Jan Kurs <kurs.jan@post.cz>"
 ! !
 
-
 !JavaSourceCodeCache class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaSourceCodeCache.st,v 1.4 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaSourceCodeCache.st,v 1.5 2013-09-06 00:41:26 vrany Exp $'
 !
 
 version_HG