Skip to content

Commit

Permalink
Unused annotation removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dukris committed Feb 6, 2024
1 parent 17cb3f2 commit 16d5b7f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package git.tracehub.pmo.platforms.github.webhook;

import lombok.RequiredArgsConstructor;
import lombok.SneakyThrows;
import org.cactoos.Scalar;

/**
Expand Down Expand Up @@ -54,7 +53,6 @@ public final class ExistsWebhook implements Scalar<Boolean> {
private final String url;

@Override
@SneakyThrows
public Boolean value() {
return new Webhooks(this.host, this.location, this.token)
.value()
Expand Down

0 comments on commit 16d5b7f

Please sign in to comment.