schnatterer / musicbrainzws2-java

java binding for MusicBrainz XML Web Service/Version 2
GNU General Public License v3.0
15 stars 10 forks source link

Fix case of Controller#AddTags #6

Closed RillingDev closed 2 years ago

RillingDev commented 2 years ago

This PR aims to correct the name of Controller#AddTags to be Controller#addTags. I assume the original spelling was a typo as I did not find any other PascalCase method names. I kept the original method but deprecated it. it simply delegates to the method with the new name, so any consumer calls will still work.

schnatterer commented 2 years ago

Thanks! I recently wondered about this, too. How could this have passed my review :grimacing: :wink: :100: for keeping API stability and only deprecating the method!