Skip to content

Commit

Permalink
Test 16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
C4tWithShell committed Dec 11, 2023
1 parent 25e0a1e commit a71179f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private static Branch load(ScannerReport.Metadata metadata, Project project, DbC
try {
targetBranch = StringUtils.trimToNull(metadata.getReferenceBranchName());
} catch (IllegalStateException ex) {
throw new IllegalStateException(String.format("Target branch exceptions '%s'", branchTypeParam), ex);
throw new IllegalStateException(String.format("Target branch exceptions:"), ex);
}


Expand Down

0 comments on commit a71179f

Please sign in to comment.