Author: mmichaud
Date: 2009-03-26 03:33:37 -0700 (Thu, 26 Mar 2009)
New Revision: 16337

Modified:
   
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/FilePropHandler.java
Log:


Modified: 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/FilePropHandler.java
===================================================================
--- 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/FilePropHandler.java
    2009-03-26 10:32:35 UTC (rev 16336)
+++ 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/FilePropHandler.java
    2009-03-26 10:33:37 UTC (rev 16337)
@@ -39,8 +39,7 @@
                        if ( p.containsKey( propKey ) ) {
                                String val = p.getProperty( propKey );
                                if ( val != null )
-                                       f.set(o, val);if ( val != null )
-                                               f.set(o, val);  
+                                       f.set(o, val);  
                        }
         } catch (IllegalAccessException iae) {iae.printStackTrace();}
        }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to