Skip to content

Commit

Permalink
Merge pull request #11856 from grails/type-converting-map-category
Browse files Browse the repository at this point in the history
Neither of these classes are a category.
  • Loading branch information
puneetbehl authored Jul 7, 2021
2 parents d53b124 + e9c05bc commit 98fea58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.*;

/**
* An category for use with maps that want type conversion capabilities
* AbstractTypeConvertingMap is a Map with type conversion capabilities.
*
* Type converting maps have no inherent ordering. Two maps with identical entries
* but arranged in a different order internally are considered equal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package grails.util
import groovy.transform.CompileStatic

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

0 comments on commit 98fea58

Please sign in to comment.