Changeset 3109
- Timestamp:
- Feb 6, 2007, 3:54:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/BioAssaySetExporter.java
r3107 r3109 476 476 Set<?> values=BioAssaySetUtil.getAnnotationValues(dc,bioassay,at); 477 477 out.print("\t"); 478 out.print( !values.isEmpty() ? values.iterator().next() : " N/A" );478 out.print( !values.isEmpty() ? values.iterator().next() : "" ); 479 479 } 480 480 }
Note: See TracChangeset
for help on using the changeset viewer.