Changeset 4166
- Timestamp:
- Mar 3, 2008, 8:43:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6-stable/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java
r4165 r4166 594 594 { 595 595 String spot = spotValues.get(col); 596 out.print(separator); 596 597 if (spot != null) 597 598 { 598 out.print(separator);599 599 out.print(spot); 600 600 }
Note: See TracChangeset
for help on using the changeset viewer.