File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-core/src/main/groovy/grails/util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525import 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.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package grails.util
1818import 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.
You can’t perform that action at this time.
0 commit comments