projectodd / stilts

Stomp Integration Layer and Transaction Server
http://stilts.projectodd.org/
Apache License 2.0
38 stars 30 forks source link

Fix typo in Subscriber method; getParamters => getParameters() #19

Open nubbel opened 11 years ago

nubbel commented 11 years ago

I fixed the typo using project-wide Find & Replace, hope I got all occurrences.

snatchev commented 10 years ago

Should Subscriber implement a getParamters() method that calls getParameters() (maybe with a deprecation warning?) in order to not to break any existing codebases relying on the misspelled method?