Ignore:
Timestamp:
Mar 23, 2010, 2:18:45 PM (13 years ago)
Author:
duh
Message:
  • commented out bad piece of convenienve code... see email for more information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/data/Term.groovy

    r299 r306  
    2727
    2828
     29        /*
     30         * Very scary behaviour... commenting this code out. Refactor
     31         * your code that relies on this by using something like
     32         * Term.findByName( string ) instead...
     33         *
     34         * Jeroen 20100323
     35         *
     36
    2937        // Covenenice method for delivering Terms.
    3038        // if the term is already defined, use it.
     
    4351            return term
    4452        }
     53
     54         *
     55         */
    4556}
Note: See TracChangeset for help on using the changeset viewer.