lib/rpush/daemon/delivery_error.rb in rpush-2.2.0-java vs lib/rpush/daemon/delivery_error.rb in rpush-2.3.0.rc1

- old
+ new

@@ -17,11 +17,11 @@ "Unable to deliver notification #{@notification_id}, received error #{error_str}" end def ==(other) other.is_a?(DeliveryError) && \ - other.code == code && \ - other.notification_id == notification_id && \ - other.to_s == to_s + other.code == code && \ + other.notification_id == notification_id && \ + other.to_s == to_s end end end