Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Oct 21, 2024
1 parent 1712473 commit 133fc21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ private <T extends IdentifiableAttributes> void insertRegulatingEquipmentsInto(U
preparedStmt.setInt(2, variantNum);
preparedStmt.setObject(3, type.toString());
preparedStmt.setObject(4, equipmentId);
((Resource<InjectionAttributes>) resource).getAttributes()
((Resource<AbstractIdentifiableAttributes>) resource).getAttributes()
.setRegulatingEquipments(getRegulatingEquipments(preparedStmt));
} catch (SQLException e) {
throw new UncheckedSqlException(e);
Expand Down

0 comments on commit 133fc21

Please sign in to comment.