Remove unused import

This commit is contained in:
Maarten Mulders 2022-03-03 10:40:03 +01:00
parent 83bbbb3cfb
commit 09e51544df
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Properties;
import javax.inject.Inject;
import javax.inject.Named;