source:
trunk/grails-app/domain/dbnp/transcriptomics/magetab/sdrf/ExtractObj.groovy
@
70
Last change on this file since 70 was 70, checked in by keesvb, 10 years ago | |
---|---|
|
|
File size: 196 bytes |
Line | |
---|---|
1 | package dbnp.transcriptomics.magetab.sdrf |
2 | |
3 | // Renamed from Extract to ExtractObj to circumvent problems with Hibernate / SQL EXTRACT keyword |
4 | class ExtractObj { |
5 | |
6 | static constraints = { |
7 | } |
8 | } |
Note: See TracBrowser
for help on using the repository browser.