Changeset 20772


Ignore:
Timestamp:
03/03/10 10:40:29 (2 years ago)
Author:
julie
Message:

treat taxonId as a string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bio/webapp/src/org/intermine/bio/web/AttributeLinkDisplayerController.java

    r20770 r20772  
    185185                                } 
    186186                                // b) organism not present 
    187                                 Integer taxIdInt = Integer.valueOf(taxId); 
    188                                 if (!taxIds.contains(taxIdInt)) { 
     187                                if (!taxIds.contains(taxId)) { 
    189188                                    continue; 
    190189                                } 
Note: See TracChangeset for help on using the changeset viewer.