Changeset 3472
- Timestamp:
- 09/07/10 13:54:14 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis_projects/col7a1/handwritten/java/col7a1/csv/UploadBatchCsvReader.java
r3421 r3472 41 41 import col7a1.Phenotype; 42 42 import col7a1.Publication; 43 import col7a1.UploadBatch;43 //import col7a1.UploadBatch; 44 44 45 45 … … 65 65 //cache for entities of which xrefs couldn't be resolved (e.g. if there is a self-refence) 66 66 //these entities can be updated with their xrefs in a second round when all entities are in the database 67 final List<UploadBatch> uploadBatchsMissingRefs = new ArrayList<UploadBatch>();67 //final List<UploadBatch> uploadBatchsMissingRefs = new ArrayList<UploadBatch>(); 68 68 69 69 final MutationService mutationService = MutationService.getInstance(db);
Note: See TracChangeset
for help on using the changeset viewer.