Skip to content

Commit

Permalink
Update Kitodo/src/main/java/org/kitodo/production/KitodoProduction.java
Browse files Browse the repository at this point in the history
Co-authored-by: Arved Solth <[email protected]>
  • Loading branch information
matthias-ronge and solth authored Aug 16, 2024
1 parent 42e5e12 commit 0b7a6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class KitodoProduction implements ServletContextListener, HttpSessionList
private static CompletableFuture<KitodoProduction> instance = new CompletableFuture<>();
private ServletContext context;
private Optional<Manifest> manifest;
private KitodoVersion version = new KitodoVersion();
private final KitodoVersion version = new KitodoVersion();
private ActiveMQDirector activeMQDirector;

/* This is the main() function. The class is instantiated by the servlet
Expand Down

0 comments on commit 0b7a6c4

Please sign in to comment.