| 
      
      
      From: <ha...@us...> - 2007-09-07 01:05:43
      
     | 
| Revision: 1735
          http://cogkit.svn.sourceforge.net/cogkit/?rev=1735&view=rev
Author:   hategan
Date:     2007-09-06 18:05:39 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
hmm...
Modified Paths:
--------------
    trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/nodes/functions/Misc.java
Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/nodes/functions/Misc.java
===================================================================
--- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/nodes/functions/Misc.java	2007-09-07 00:52:18 UTC (rev 1734)
+++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/nodes/functions/Misc.java	2007-09-07 01:05:39 UTC (rev 1735)
@@ -124,7 +124,6 @@
 				text.append('\n');
 				line = br.readLine();
 			}
-			;
 			return text.toString();
 		}
 		catch (Exception e) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |