[Swift-commit] r4089 - trunk/src/org/griphyn/vdl/mapping/file
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Feb 14 12:42:49 CST 2011
Author: hategan
Date: 2011-02-14 12:42:48 -0600 (Mon, 14 Feb 2011)
New Revision: 4089
Modified:
trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java
Log:
made the array file mapper static; while not necessarily true that the files argument is closed, the code assumes so. Under that assumption, the mapper is then static
Modified: trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java 2011-02-14 15:52:05 UTC (rev 4088)
+++ trunk/src/org/griphyn/vdl/mapping/file/ArrayFileMapper.java 2011-02-14 18:42:48 UTC (rev 4089)
@@ -60,6 +60,6 @@
}
public boolean isStatic() {
- return false;
+ return true;
}
}
More information about the Swift-commit
mailing list