Changeset 20772
- Timestamp:
- 03/03/10 10:40:29 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bio/webapp/src/org/intermine/bio/web/AttributeLinkDisplayerController.java
r20770 r20772 185 185 } 186 186 // b) organism not present 187 Integer taxIdInt = Integer.valueOf(taxId); 188 if (!taxIds.contains(taxIdInt)) { 187 if (!taxIds.contains(taxId)) { 189 188 continue; 190 189 }
Note: See TracChangeset
for help on using the changeset viewer.
