Author: ruschein
Date: 2009-11-24 09:01:03 -0800 (Tue, 24 Nov 2009)
New Revision: 18559
Modified:
cytoscape/trunk/src/cytoscape/util/NestedNetworkImageManager.java
Log:
Cosmetic.
Modified: cytoscape/trunk/src/cytoscape/util/NestedNetworkImageManager.java
===================================================================
--- cytoscape/trunk/src/cytoscape/util/NestedNetworkImageManager.java
2009-11-24 16:41:06 UTC (rev 18558)
+++ cytoscape/trunk/src/cytoscape/util/NestedNetworkImageManager.java
2009-11-24 17:01:03 UTC (rev 18559)
@@ -134,8 +134,8 @@
private BufferedImage toBufferedImage(Image image) {
- if (image instanceof BufferedImage) {
- return (BufferedImage)image;
+ if (image instanceof BufferedImage) {
+ return (BufferedImage)image;
}
// This code ensures that all the pixels in the image are loaded
--
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.