Skip to content

Commit 6b6c87c

Browse files
committed
Code review tweaks
1 parent cc5f0a5 commit 6b6c87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/createsend/util/exceptions/RateLimitingException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package com.createsend.util.exceptions;
2323

2424
/**
25-
* An exception raised when the Campaign Monitor API responds with a 400 Bad Request
25+
* An exception raised when the Campaign Monitor API responds with a 429 Too Many Requests
2626
*/
2727
public class RateLimitingException extends CreateSendHttpException {
2828
private static final long serialVersionUID = -2724621705342365927L;

0 commit comments

Comments
 (0)