[Swift-commit] r2896 - trunk/src/org/griphyn/vdl/mapping

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Apr 29 06:48:57 CDT 2009


Author: benc
Date: 2009-04-29 06:48:56 -0500 (Wed, 29 Apr 2009)
New Revision: 2896

Modified:
   trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java
Log:
Use a different large constant for external ID numbers so that they
are less easily confused with AbstractDataNode ID numbers.

Modified: trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java	2009-04-29 11:40:47 UTC (rev 2895)
+++ trunk/src/org/griphyn/vdl/mapping/ExternalDataNode.java	2009-04-29 11:48:56 UTC (rev 2896)
@@ -35,7 +35,7 @@
 	    (or any other) particular value. Note that this introduces a
 	    maximum on the number of datasets which can be dealt with in any
 	    run to be about 2^62. */
-	private static long datasetIDCounter = 720000000000l;
+	private static long datasetIDCounter = 850000000000l;
 
 	/** This is used to provide a (hopefully) globally unique identifier for
 	    each time the datasetIDCounter is reset (whenever this class is




More information about the Swift-commit mailing list