Author: mes
Date: 2010-08-12 16:26:58 -0700 (Thu, 12 Aug 2010)
New Revision: 21366

Modified:
   
coreplugins/trunk/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
Log:
fixed potential npe

Modified: 
coreplugins/trunk/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
===================================================================
--- 
coreplugins/trunk/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
      2010-08-12 23:16:17 UTC (rev 21365)
+++ 
coreplugins/trunk/AutomaticLayout/src/main/java/csplugins/layout/algorithms/graphPartition/AbstractGraphPartition.java
      2010-08-12 23:26:58 UTC (rev 21366)
@@ -57,7 +57,7 @@
     protected List <LayoutPartition> partitionList = null;
     protected EdgeWeighter edgeWeighter = null;
     protected boolean singlePartition = false;
-    protected CyLogger logger = null;
+    protected CyLogger logger = 
CyLogger.getLogger(AbstractGraphPartition.class);
 
     /**
      * Which kinf of layout are we going to perform

-- 
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