We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ef353 commit fff33d8Copy full SHA for fff33d8
grails-datastore-gorm/src/main/groovy/org/grails/datastore/gorm/finders/DynamicFinder.java
@@ -466,7 +466,7 @@ else if(sortObject instanceof Map) {
466
* @param query The query
467
* @param argMap The query arguments
468
*/
469
- //TODO: Change {code}Class<? extends Object>{code} to {class<?>} once GROOVY-XXX is fixed.
+ //TODO: Change {code}Class<? extends Object>{code} to {class<?>} once GROOVY-9460 is fixed.
470
public static void populateArgumentsForCriteria(Class<? extends Object> targetClass, Query query, Map argMap) {
471
if (argMap == null) {
472
return;
0 commit comments