[Swift-commit] r4470 - trunk/src/org/griphyn/vdl/karajan
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Fri May 13 15:19:45 CDT 2011
Author: hategan
Date: 2011-05-13 15:19:45 -0500 (Fri, 13 May 2011)
New Revision: 4470
Modified:
trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java
Log:
reformatted
Modified: trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java 2011-05-13 00:24:49 UTC (rev 4469)
+++ trunk/src/org/griphyn/vdl/karajan/VDSTaskTransformer.java 2011-05-13 20:19:45 UTC (rev 4470)
@@ -132,10 +132,10 @@
String s = spec.getDirectory()+"/"+executable;
l.set(0,s);
}
- } catch(IOException ioe) {
+ }
+ catch(IOException ioe) {
throw new KarajanRuntimeException("Could not determine wrapper invocation mode", ioe);
}
-
}
protected abstract void applyTCEntry(Task task, Contact[] contacts);
More information about the Swift-commit
mailing list