Skip to content

Commit

Permalink
docs(javadoc): fix param name in sendJsonPayload javadoc
Browse files Browse the repository at this point in the history
Closes PR #180
  • Loading branch information
ArturMoczulski committed Apr 29, 2019
1 parent 0ae9b58 commit 5eb4537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ public void log(final Throwable error, final Map<String, Object> custom, final S
/**
* Send payload to Rollbar.
*
* @param payload JSON payload string.
* @param json JSON payload string.
*/
public void sendJsonPayload(String json) {
rollbar.sendJsonPayload(json);
Expand Down

0 comments on commit 5eb4537

Please sign in to comment.