remove not needed

This commit is contained in:
Zoltan Haindrich 2024-06-18 16:36:41 +00:00
parent dffa331018
commit 61dd670784
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public abstract class GuiceRunnable implements Runnable
private final Logger log;
private Properties properties;
protected Injector baseInjector;
private Injector baseInjector;
public GuiceRunnable(Logger log)
{