Skip to content

Commit

Permalink
Merge pull request #12250 from grails/fixedTypo
Browse files Browse the repository at this point in the history
Fixed typo in GlobalGrailsClassInjectorTransformation
  • Loading branch information
puneetbehl committed Dec 14, 2021
2 parents 46321df + 5acd134 commit eb40e4f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ class GlobalGrailsClassInjectorTransformation implements ASTTransformation, Comp
addToProps(props, (String) prop.key, (String) prop.value)
}
}
}4
// update
}
}

private static Properties addToProps(Properties props, String superTypeName, String classNodeNames) {
Expand Down

0 comments on commit eb40e4f

Please sign in to comment.