Changeset 487
- Timestamp:
- Nov 27, 2007, 12:44:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/ebi/Tab2MageExporter/src/uk/ac/ebi/nugo/plugins/Tab2MageExporter.java
r449 r487 349 349 { 350 350 Annotation an= annotationSet.findAnnotation(exprFactor); 351 if (an!=null) //exprFacor has annotations 351 /* 352 Please use the line below instead of the one above for base 2.5 API to get inherited annotation types. 353 Annotation an = annotationSet.findAnnotations(exprFactor); 354 */ 355 356 if (an!=null) //exprFactor has annotations 352 357 { 353 358 List<?> values= an.getValues();
Note: See TracChangeset
for help on using the changeset viewer.