We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df25cd5 commit abe50e8Copy full SHA for abe50e8
1 file changed
pegr/grails-app/controllers/pegr/admin/AbHostAdminController.groovy
@@ -6,7 +6,7 @@ import static org.springframework.http.HttpStatus.*
6
7
class AbHostAdminController {
8
9
- AbHostService abHostServiceutility
+ AbHostService abHostService
10
def utilityService
11
12
static allowedMethods = [save: "POST", update: "PUT", delete: "DELETE"]
0 commit comments