Skip to content

Commit

Permalink
Fix code styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Avishka-Shamendra committed Mar 12, 2024
1 parent 6072f21 commit 922dcab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ public static void handleInternalServerError(String msg, Log log)
* @throws ForbiddenException
*/
public static void handleOperationBlockedError(String msg, Throwable t, Log log)
throws ForbiddenException{
throws ForbiddenException {
ForbiddenException forbiddenException = buildForbiddenException(msg);
log.error(msg,t);
throw forbiddenException;

Check warning on line 952 in components/apimgt/org.wso2.carbon.apimgt.rest.api.util/src/main/java/org/wso2/carbon/apimgt/rest/api/util/utils/RestApiUtil.java

View check run for this annotation

Codecov / codecov/patch

components/apimgt/org.wso2.carbon.apimgt.rest.api.util/src/main/java/org/wso2/carbon/apimgt/rest/api/util/utils/RestApiUtil.java#L950-L952

Added lines #L950 - L952 were not covered by tests
Expand Down

0 comments on commit 922dcab

Please sign in to comment.