summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/ccbapi/HTTPInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/p4square/ccbapi/HTTPInterface.java')
-rw-r--r--src/main/java/com/p4square/ccbapi/HTTPInterface.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/p4square/ccbapi/HTTPInterface.java b/src/main/java/com/p4square/ccbapi/HTTPInterface.java
index 9c5e818..bf64821 100644
--- a/src/main/java/com/p4square/ccbapi/HTTPInterface.java
+++ b/src/main/java/com/p4square/ccbapi/HTTPInterface.java
@@ -26,7 +26,6 @@ public interface HTTPInterface extends Closeable {
* @param uri The URI to request.
* @param form Form data or null.
* @return The response received.
- * @throws com.p4square.ccbapi.exception.CCBRetryableErrorException
* @throws CCBRetryableErrorException if a retryable error occurs.
* @throws IOException If a non-retryable error occurs.
*/