Changeset 1482 for trunk/grails-app/services
- Timestamp:
- Feb 2, 2011, 4:40:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/modules/ModuleCommunicationService.groovy
r1458 r1482 48 48 * @return 49 49 */ 50 def invalidateStudy( Studystudy ) {50 def invalidateStudy( def study ) { 51 51 moduleNotificationService.invalidateStudy( study ); 52 52 } … … 113 113 try { 114 114 def textResponse = url.toURL().getText() 115 println"GSCF call to " + consumer + " URL: " + url116 println"GSCF response: " + textResponse115 log.trace "GSCF call to " + consumer + " URL: " + url 116 log.trace "GSCF response: " + textResponse 117 117 restResponse = JSON.parse( textResponse ) 118 118 } catch (Exception e) {
Note: See TracChangeset
for help on using the changeset viewer.