Author: mmichaud
Date: 2009-03-23 11:57:17 -0700 (Mon, 23 Mar 2009)
New Revision: 16324
Modified:
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
Log:
Modified:
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
===================================================================
---
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
2009-03-23 18:55:34 UTC (rev 16323)
+++
core3/work-swing-impl/trunk/src/main/java/org/cytoscape/work/internal/tunables/InputStreamHandler.java
2009-03-23 18:57:17 UTC (rev 16324)
@@ -100,6 +100,7 @@
urlstr = bookmarkEditor.getURLstr();
try{
if ( urlstr != null ) {
+ System.out.println("URL = "+urlstr);
url = new URL(urlstr);
f.set(o,url.openStream());
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---