Skip to content

Commit

Permalink
Fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 17, 2024
1 parent 643f873 commit d926fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dspace-api/src/main/java/org/dspace/core/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ public Context(Mode mode) {
* Initializes a new context object.
*/
protected void init() {
try {
log.info("Initializing new context, mode: {}", mode);
updateDatabase();
try {
log.info("Initializing new context, mode: {}", mode);
updateDatabase();

if (eventService == null) {
eventService = EventServiceFactory.getInstance().getEventService();
Expand Down

0 comments on commit d926fff

Please sign in to comment.