Skip to content

Commit 98fea58

Browse files
authored
Merge pull request #11856 from grails/type-converting-map-category
Neither of these classes are a category.
2 parents d53b124 + e9c05bc commit 98fea58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-core/src/main/groovy/grails/util/AbstractTypeConvertingMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import java.util.*;
2626

2727
/**
28-
* An category for use with maps that want type conversion capabilities
28+
* AbstractTypeConvertingMap is a Map with type conversion capabilities.
2929
*
3030
* Type converting maps have no inherent ordering. Two maps with identical entries
3131
* but arranged in a different order internally are considered equal.

grails-core/src/main/groovy/grails/util/TypeConvertingMap.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package grails.util
1818
import groovy.transform.CompileStatic
1919

2020
/**
21-
* A category for use with maps that want type conversion capabilities.
21+
* TypeConvertingMap is a Map with type conversion capabilities.
2222
*
2323
* Type converting maps have no inherent ordering. Two maps with identical entries
2424
* but arranged in a different order internally are considered equal.

0 commit comments

Comments
 (0)