[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Thu Dec 6 17:06:34 UTC 2007


gordonp
Thu Dec  6 12:06:34 EST 2007
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data
In directory dev.open-bio.org:/tmp/cvs-serv25398/src/main/org/biomoby/shared/data

Modified Files:
	MobyContentInstance.java 
Log Message:
Added typechecking for member map
moby-live/Java/src/main/org/biomoby/shared/data MobyContentInstance.java,1.12,1.13
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyContentInstance.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyContentInstance.java	2007/06/07 23:58:15	1.12
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyContentInstance.java	2007/12/06 17:06:34	1.13
@@ -106,7 +106,7 @@
 	    }
 	}
 	
-	members = new HashMap();
+	members = new HashMap<String,MobyDataJob>();
 
 	// If we got this far, we're in the clear for the single envelope
 	// What we need to parse now is the one or more sets of data in the envelope




More information about the MOBY-guts mailing list