Skip to content

Commit

Permalink
fix: inject dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Oct 17, 2024
1 parent a9f0dc3 commit 3b53cc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/biblivre/administration/backup/RestoreBO.java
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,9 @@ public void setUpdates(Updates updateSuite) {
public void setSchemaDAO(SchemaDAO schemaDAO) {
this.schemaDAO = schemaDAO;
}

@Autowired
public void setRestoreService(RestoreService restoreService) {
this.restoreService = restoreService;
}
}

0 comments on commit 3b53cc3

Please sign in to comment.