Changeset 3472


Ignore:
Timestamp:
09/07/10 13:54:14 (17 months ago)
Author:
rwagner
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis_projects/col7a1/handwritten/java/col7a1/csv/UploadBatchCsvReader.java

    r3421 r3472  
    4141import col7a1.Phenotype; 
    4242import col7a1.Publication; 
    43 import col7a1.UploadBatch; 
     43//import col7a1.UploadBatch; 
    4444 
    4545 
     
    6565                //cache for entities of which xrefs couldn't be resolved (e.g. if there is a self-refence) 
    6666                //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>(); 
    6868         
    6969                final MutationService mutationService   = MutationService.getInstance(db); 
Note: See TracChangeset for help on using the changeset viewer.