[Swift-commit] r4494 - trunk/src/org/griphyn/vdl/mapping/file
skenny at ci.uchicago.edu
skenny at ci.uchicago.edu
Wed May 18 16:03:02 CDT 2011
Author: skenny
Date: 2011-05-18 16:03:02 -0500 (Wed, 18 May 2011)
New Revision: 4494
Modified:
trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java
Log:
added comment for bugfix
Modified: trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java 2011-05-18 20:35:23 UTC (rev 4493)
+++ trunk/src/org/griphyn/vdl/mapping/file/SimpleFileMapper.java 2011-05-18 21:03:02 UTC (rev 4494)
@@ -30,7 +30,8 @@
this.isinput = (String)params.get("input");
}
-
+ //all input filesnames will be parsed as strings and given numeric index
+
public Path rmap(String name) {
if(this.isinput == null){
return super.rmap(name);
More information about the Swift-commit
mailing list