Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7-beta-1
-
Fix Version/s: 1.7-beta-2, 1.6.6
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
doc says: The string displays the contents of the map, i.e. {one=1, two=2, three=3}.
but what it prints is identical to the toString method: [one:1, two:2, three:3]