Changeset 5712 for trunk/www/views/rawbioassays/edit_rawbioassay.jsp
- Timestamp:
- Sep 1, 2011, 8:49:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/rawbioassays/edit_rawbioassay.jsp
r5687 r5712 170 170 catch (Throwable t) 171 171 {} 172 if (currentPlatform == null && defaultPlatforms .size() > 0)172 if (currentPlatform == null && defaultPlatforms != null && defaultPlatforms.size() > 0) 173 173 { 174 174 currentPlatform = defaultPlatforms.get(0); 175 175 } 176 if (currentVariant == null && defaultVariants .size() > 0)176 if (currentVariant == null && defaultVariants != null && defaultVariants.size() > 0) 177 177 { 178 178 currentVariant = defaultVariants.get(0);
Note: See TracChangeset
for help on using the changeset viewer.