Skip to content

Commit

Permalink
correct typo events to event
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Siprell committed Apr 4, 2015
1 parent a307e2f commit bb19c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class UrlMappingsGrailsPlugin extends Plugin {


@Override
void onChange(Map<String, Object> events) {
void onChange(Map<String, Object> event) {
def application = grailsApplication
if (!application.isArtefactOfType(UrlMappingsArtefactHandler.TYPE, event.source)) {
return
Expand Down

0 comments on commit bb19c41

Please sign in to comment.