[Swift-commit] r2537 - trunk/src/org/griphyn/vdl/karajan
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sat Feb 14 06:43:48 CST 2009
Author: benc
Date: 2009-02-14 06:43:48 -0600 (Sat, 14 Feb 2009)
New Revision: 2537
Modified:
trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java
Log:
Add TODO keyword to a todo
Modified: trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java 2009-02-14 12:42:57 UTC (rev 2536)
+++ trunk/src/org/griphyn/vdl/karajan/DSHandleFutureWrapper.java 2009-02-14 12:43:48 UTC (rev 2537)
@@ -45,7 +45,7 @@
public synchronized void addModificationAction(EventListener target, Event event) {
/**
- * So, the strategy is the following: getValue() or something else
+ * TODO So, the strategy is the following: getValue() or something else
* throws a future exception; then some entity catches that and calls
* this method. There is no way to ensure that the future was not closed
* in the mean time. What has to be done is that this method should
More information about the Swift-commit
mailing list