[Swift-commit] r2673 - trunk/src/org/griphyn/vdl/karajan/lib
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 9 15:05:10 CDT 2009
Author: hategan
Date: 2009-03-09 15:05:09 -0500 (Mon, 09 Mar 2009)
New Revision: 2673
Modified:
trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
Log:
made closeShallow static
Modified: trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2009-03-09 20:04:18 UTC (rev 2672)
+++ trunk/src/org/griphyn/vdl/karajan/lib/VDLFunction.java 2009-03-09 20:05:09 UTC (rev 2673)
@@ -462,7 +462,7 @@
}
}
- protected void closeShallow(VariableStack stack, DSHandle handle) throws ExecutionException {
+ protected static void closeShallow(VariableStack stack, DSHandle handle) throws ExecutionException {
synchronized(handle.getRoot()) {
handle.closeShallow();
getFutureWrapperMap(stack).close(handle);
More information about the Swift-commit
mailing list