Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jul 21, 2023
1 parent 6285aba commit 5f1bd6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private static CSVFormat createCsvFormat() {
.build();
}

public <T extends Objectable> UpgradeValidationResult verify(Writer writer, PrismObject<T> object) throws IOException {
public <T extends Objectable> UpgradeValidationResult verify(Writer writer, PrismObject<T> object) throws Exception {
UpgradeValidationResult result = validator.validate((PrismObject) object);

for (UpgradeValidationItem item : result.getItems()) {
Expand Down

0 comments on commit 5f1bd6f

Please sign in to comment.