[Swift-commit] r2702 - trunk/src/org/griphyn/vdl/karajan/lib

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Mar 17 10:16:14 CDT 2009


Author: benc
Date: 2009-03-17 10:16:13 -0500 (Tue, 17 Mar 2009)
New Revision: 2702

Modified:
   trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java
Log:
remove a TODO that has been done

Modified: trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java	2009-03-16 18:33:11 UTC (rev 2701)
+++ trunk/src/org/griphyn/vdl/karajan/lib/CreateArray.java	2009-03-17 15:16:13 UTC (rev 2702)
@@ -22,10 +22,6 @@
 		Object value = PA_VALUE.getValue(stack);
 		try {
 
-//TODO  figure out the type here based on the type(s) of the array contents
-// and throw appropriate exception in the case of inconsistency
-
-
 			if (!(value instanceof List)) {
 				throw new RuntimeException(
 					"An array variable can only be initialized with a list of values");




More information about the Swift-commit mailing list