Matthias247 / jawampa

Web Application Messaging Protocol (WAMP v2) support for Java
Apache License 2.0
148 stars 57 forks source link

calling toString on String is redundant #53

Closed santhosh-tekuri closed 9 years ago

santhosh-tekuri commented 9 years ago

if the intention was to check for null then it is more straight forward to check for null than doing String#toString