Skip to content

Commit c55b040

Browse files
committed
fix typo
1 parent 96c0277 commit c55b040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/stripe/StripeEventHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public <T extends EventNotification> StripeEventHandler register(
3535
* @param sigHeader the incoming webhook signature header
3636
* @throws SignatureVerificationException if the validation of the webhook signature fails
3737
* @throws IllegalArgumentException if no handler is registered for the event type
38-
* @throws Exception any other exception that the registered handler might throw
38+
* @throws * any other exception that the registered handler might throw
3939
*/
4040
@SuppressWarnings("unchecked")
4141
public void handle(String webhookBody, String sigHeader) throws SignatureVerificationException {

0 commit comments

Comments
 (0)