Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
implement IMapIterable
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBlume committed Jul 13, 2015
1 parent 9a8a338 commit b26e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/cambrian_collections/map.clj
Expand Up @@ -74,7 +74,7 @@
fields (interleave ks vs hs)]
(j/class
{:modifiers '[public static]
:implements '[IObj IEditableCollection IReduce]
:implements '[IObj IEditableCollection IReduce IMapIterable]
:extends 'APersistentMap}
classname

Expand Down

0 comments on commit b26e1bb

Please sign in to comment.