Skip to content

Commit

Permalink
Add missing 'Override' annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Jul 30, 2024
1 parent 62ef5a4 commit 3a6a7c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public List<ImportConfiguration> getAllFileUploadConfigurations() throws DAOExce
* @return list of all ImportConfigurations sorted by title
* @throws DAOException when ImportConfigurations could not be loaded
*/
@Override
public List<ImportConfiguration> getAll() throws DAOException {
User currentUser = ServiceManager.getUserService().getCurrentUser();
return super.getAll().stream()
Expand Down

0 comments on commit 3a6a7c4

Please sign in to comment.