mixpanel / mixpanel-java

Other
49 stars 37 forks source link

String equality check #2

Closed danielwalker closed 11 years ago

danielwalker commented 11 years ago

The ClientDelivery.isValidMessage() uses == instead of equals(). This causes messages that are built using new JSONObject(json) to fail.