Changeset 295
- Timestamp:
- Mar 22, 2010, 12:04:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r269 r295 64 64 public static findAllByEntity(java.lang.Class entity) { 65 65 def results = [] 66 println "Searching for" + entity67 66 // 'this' should not work in static context, however it does so I'll keep 68 67 // this in for now :)
Note: See TracChangeset
for help on using the changeset viewer.