deleted useless logging jk_new_structure
authorhlopkmar
Tue, 22 Nov 2011 12:26:32 +0000
branchjk_new_structure
changeset 1148 15b6074a4841
parent 1147 9431cebfd873
child 1149 2f9890e40d24
deleted useless logging
src/JavaMonitor.st
src/stx_libjava.st
--- a/src/JavaMonitor.st	Tue Nov 22 12:25:11 2011 +0000
+++ b/src/JavaMonitor.st	Tue Nov 22 12:26:32 2011 +0000
@@ -311,11 +311,7 @@
     self assert: (self isOwnedBy: thisProcess).
     self processesWaitingAdd: thisProcess.
     self releaseAll.
-    waitingSema waitWithTimeoutMs: timeOut.
-    Logger 
-        log: 'Process has been notified'
-        severity: #debug
-        facility: #JVM.
+    waitingSema waitWithTimeoutMs: timeOut.    
     self acquire.
     self processesWaitingRestore: thisProcess.
 
--- a/src/stx_libjava.st	Tue Nov 22 12:25:11 2011 +0000
+++ b/src/stx_libjava.st	Tue Nov 22 12:26:32 2011 +0000
@@ -627,7 +627,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1498'"$"
+    ^ "$SVN-Revision:"'1500'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!