Author: clement
Date: Tue Sep 21 08:45:34 2010
New Revision: 999275

URL: http://svn.apache.org/viewvc?rev=999275&view=rev
Log:
remove a pretty old TODO.

Modified:
    
felix/trunk/ipojo/core/src/main/java/org/apache/felix/ipojo/InstanceManager.java

Modified: 
felix/trunk/ipojo/core/src/main/java/org/apache/felix/ipojo/InstanceManager.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/core/src/main/java/org/apache/felix/ipojo/InstanceManager.java?rev=999275&r1=999274&r2=999275&view=diff
==============================================================================
--- 
felix/trunk/ipojo/core/src/main/java/org/apache/felix/ipojo/InstanceManager.java
 (original)
+++ 
felix/trunk/ipojo/core/src/main/java/org/apache/felix/ipojo/InstanceManager.java
 Tue Sep 21 08:45:34 2010
@@ -959,8 +959,6 @@ public class InstanceManager implements 
                 hasChanged = true;
             }
         }
-        // TODO use a boolean to speed up the test
-        //if ((result != null && !result.equals(initialValue)) || (result == 
null && initialValue != null)) {
         if (hasChanged) {
             // A change occurs => notify the change
             //TODO consider just changing the reference, however multiple 
thread can be an issue


Reply via email to