MER-C / wiki-java

A MediaWiki bot framework in Java
GNU Affero General Public License v3.0
66 stars 58 forks source link

Don't assume input maps are mutable in query methods #188

Closed PeterBowman closed 2 years ago

PeterBowman commented 2 years ago

This is a minor implementation change that allows to use Map.of() or other immutable maps as inputs to Wiki.makeApiCall() and Wiki.makeListQuery().