another annoying output is gone (JavaNameAndType2>>updatingClassRefFrom:to:) jk_new_structure
authorhlopkmar
Sat, 04 Jun 2011 18:30:41 +0000
branchjk_new_structure
changeset 843 83d38f26b481
parent 842 fddc4a4d94f0
child 844 d90c73b3fcb0
another annoying output is gone (JavaNameAndType2>>updatingClassRefFrom:to:)
src/JavaNameAndType2.st
src/stx_libjava.st
--- a/src/JavaNameAndType2.st	Sat Jun 04 16:36:02 2011 +0000
+++ b/src/JavaNameAndType2.st	Sat Jun 04 18:30:41 2011 +0000
@@ -184,12 +184,12 @@
 !
 
 updateClassRefsFrom: oldOwner to: newOwner 
-    self owner = oldOwner ifTrue: [ self owner: newOwner. ].
-    self info: 'updating class refs from: ' , oldOwner printString , ' to ' 
-                , newOwner printString.
+    self owner = oldOwner ifTrue: [
+        self owner: newOwner.
+    ].
 
     "Created: / 10-05-2011 / 16:50:48 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-    "Modified: / 12-05-2011 / 18:43:12 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
+    "Modified: / 04-06-2011 / 18:40:32 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
 !JavaNameAndType2 class methodsFor:'documentation'!
--- a/src/stx_libjava.st	Sat Jun 04 16:36:02 2011 +0000
+++ b/src/stx_libjava.st	Sat Jun 04 18:30:41 2011 +0000
@@ -387,7 +387,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1185'"$"
+    ^ "$SVN-Revision:"'1187'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!