Skip to content

Commit

Permalink
Fixed checkstyles
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Apr 23, 2024
1 parent a6dcc8f commit 17f5559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,7 @@ public MAssignment insert(AssignmentType assignment, OR ownerRow, JdbcSession jd
QAssignmentReferenceMapping.getForAssignmentModifyApprover(), jdbcSession);
}


for(var obj : assignment.asPrismContainerValue().getValueMetadataAsContainer().getRealValues()) {
for(var obj : assignment.asPrismContainerValue().getValueMetadataAsContainer().getRealValues()) {
if (obj instanceof ValueMetadataType valueMetadata) {
QAssignmentMetadataMapping.get().insert(valueMetadata, row, jdbcSession);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected QAssignmentMetadataMapping(@NotNull SqaleRepoContext repositoryContext
repositoryContext))
.addRefMapping(MetadataType.F_MODIFY_APPROVER_REF,
QAssignmentMetadataReferenceMapping.initForAssignmentModifyApprover(
repositoryContext));;
repositoryContext));
}

@Override
Expand Down

0 comments on commit 17f5559

Please sign in to comment.