Java.st
branchdevelopment
changeset 2079 08505399cea8
parent 2074 41bf258a0eb9
child 2378 7b724ff1af94
child 2380 9195eccdcbd9
--- a/Java.st	Sun Feb 17 22:09:27 2013 +0000
+++ b/Java.st	Mon Feb 18 16:58:07 2013 +0000
@@ -273,7 +273,6 @@
     SourcePath := OrderedCollection new."/ for ad-hoc packages
 
     ThreadsAccess := RecursionLock forMutualExclusion.
-    self initializeRelease. "lazy initialization of Release"
     self initializePrettyPrintStyle.
     ObjectMemory addDependent: self.
 
@@ -295,7 +294,7 @@
     "Created: / 03-10-2010 / 15:54:02 / Jan Kurs <kurs.jan@post.cz>"
     "Modified: / 15-10-2010 / 17:37:20 / Jan Kurs <kurs.jan@post.cz>"
     "Modified: / 09-12-2011 / 13:16:15 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-    "Modified: / 08-02-2013 / 10:15:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 18-02-2013 / 16:52:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 initializePrettyPrintStyle