Skip to content

Commit

Permalink
errorprone :: ThrowsUncheckedException in WorkBundleCompletedAction
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed Sep 18, 2024
1 parent e402c8d commit c4bc5cc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ public Response postWorkBundleCompleted(@FormParam(CLIENT_NAME) String placeName
}
}

private static Response workBundleCompleted(String spaceName, String placeName, String bundleId, boolean itWorked) throws NamespaceException,
IllegalArgumentException {
private static Response workBundleCompleted(String spaceName, String placeName, String bundleId, boolean itWorked) throws NamespaceException {
// Look up the place reference
// TODO Figure out why we have to remove the key prefix now
final String workspaceNamespaceKey = spaceName.substring("WORKSPACE.WORK_SPACE.INPUT.".length());
Expand Down

0 comments on commit c4bc5cc

Please sign in to comment.