Skip to content

Commit

Permalink
remove redundant throws
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgupta78 committed Apr 12, 2024
1 parent 02b3e46 commit 5c5e845
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public RepartitionFrame<S, D, R, C, T> getRepartitionFrame() {
return repartitionFrame;
}

public BlockedFrame<S, D, R, C, T> getBlockedFrame() throws Exception, ZinggClientException{
public BlockedFrame<S, D, R, C, T> getBlockedFrame() {
return blockedFrame;
}

Expand Down

0 comments on commit 5c5e845

Please sign in to comment.