Author: ruschein
Date: 2011-01-25 08:05:48 -0800 (Tue, 25 Jan 2011)
New Revision: 23599

Modified:
   
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/attrs/MapNetworkAttrTask.java
Log:
Cosmetic.

Modified: 
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/attrs/MapNetworkAttrTask.java
===================================================================
--- 
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/attrs/MapNetworkAttrTask.java
      2011-01-25 05:49:35 UTC (rev 23598)
+++ 
core3/io-impl/trunk/src/main/java/org/cytoscape/io/internal/read/attrs/MapNetworkAttrTask.java
      2011-01-25 16:05:48 UTC (rev 23599)
@@ -35,7 +35,7 @@
                this.networkManager     = networkManager;
                this.applicationManager = applicationManager;
 
-               if ( type != CyNode.class && type != CyEdge.class)
+               if (type != CyNode.class && type != CyEdge.class)
                        throw new IllegalArgumentException("\"type\" must be 
CyNode.class or CyEdge.class!");
        }
 
@@ -46,12 +46,12 @@
                if (currentNetworkOnly) {
                        final CyNetwork currentNetwork = 
applicationManager.getCurrentNetwork();
                        targetTables.add(type == CyNode.class ? 
currentNetwork.getDefaultNodeTable()
-                                                               : 
currentNetwork.getDefaultEdgeTable());
+                                                             : 
currentNetwork.getDefaultEdgeTable());
                } else {
                        final Set<CyNetwork> networks = 
networkManager.getNetworkSet();
                        for (final CyNetwork network : networks)
                                targetTables.add(type == CyNode.class ? 
network.getDefaultNodeTable()
-                                                                       : 
network.getDefaultEdgeTable());
+                                                                     : 
network.getDefaultEdgeTable());
                }
 
                mapAll(targetTables);

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