Skip to content

Commit fff33d8

Browse files
committed
Updated Groovy issue reference in the TODO
1 parent 88ef353 commit fff33d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ else if(sortObject instanceof Map) {
466466
* @param query The query
467467
* @param argMap The query arguments
468468
*/
469-
//TODO: Change {code}Class<? extends Object>{code} to {class<?>} once GROOVY-XXX is fixed.
469+
//TODO: Change {code}Class<? extends Object>{code} to {class<?>} once GROOVY-9460 is fixed.
470470
public static void populateArgumentsForCriteria(Class<? extends Object> targetClass, Query query, Map argMap) {
471471
if (argMap == null) {
472472
return;

0 commit comments

Comments
 (0)