Changeset 1473 for trunk/grails-app
- Timestamp:
- Feb 2, 2011, 11:54:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/query/SimpleQueryController.groovy
r1430 r1473 242 242 static List merge (List list1, List list2) { 243 243 244 def resultList = [] 245 resultList = list1.intersect(list2) 246 247 return resultList 244 list1.intersect(list2) 245 248 246 } 249 247
Note: See TracChangeset
for help on using the changeset viewer.