Changeset 16028
- Timestamp:
- 02/07/08 15:05:04 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bio/sources/fasta/main/src/org/intermine/bio/dataconversion/FlyBaseCDSFastaLoaderTask.java
r14836 r16028 52 52 throw new RuntimeException("the InterMineObject passed to " 53 53 + "FlyBaseCDSFastaLoaderTask.extraProcessing() is not a " 54 + "CDS ");54 + "CDS: " + interMineObject); 55 55 } 56 56
