You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2015/03/22 23:19:23 UTC

svn commit: r1668495 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistry.java

Author: davidb
Date: Sun Mar 22 22:19:22 2015
New Revision: 1668495

URL: http://svn.apache.org/r1668495
Log:
Removing a Thread.currentThread().interrupt() that shouldnt be there. 

See http://www.mail-archive.com/dev%40felix.apache.org/msg36008.html

Modified:
    felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistry.java

Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistry.java
URL: http://svn.apache.org/viewvc/felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistry.java?rev=1668495&r1=1668494&r2=1668495&view=diff
==============================================================================
--- felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistry.java (original)
+++ felix/trunk/framework/src/main/java/org/apache/felix/framework/ServiceRegistry.java Sun Mar 22 22:19:22 2015
@@ -313,7 +313,6 @@ public class ServiceRegistry
                 }
                 catch (InterruptedException ex)
                 {
-                	Thread.currentThread().interrupt();
                 }
             }