Changeset 1432 for trunk/src/groovy/dbnp/query/SampleSearch.groovy
- Timestamp:
- Jan 22, 2011, 4:07:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groovy/dbnp/query/SampleSearch.groovy
r1430 r1432 84 84 } 85 85 } else { 86 Sample.findAll().each { 87 samples << it; 88 } 86 samples = Sample.findAll() 89 87 } 90 88
Note: See TracChangeset
for help on using the changeset viewer.