Changeset 488
- Timestamp:
- Nov 27, 2007, 6:21:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/ebi/Tab2MageExporter/src/uk/ac/ebi/nugo/plugins/Tab2MageExporter.java
r487 r488 352 352 Please use the line below instead of the one above for base 2.5 API to get inherited annotation types. 353 353 Annotation an = annotationSet.findAnnotations(exprFactor); 354 List<Annotation> findAnnotations(dc, exprFactor, true); 355 Loop through the list.....needs more check 354 356 */ 355 357 356 if (an!=null) //exprFac tor has annotations358 if (an!=null) //exprFacor has annotations 357 359 { 358 360 List<?> values= an.getValues();
Note: See TracChangeset
for help on using the changeset viewer.