Make Map final
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2023-02-18 14:01:14 +01:00
Ursprung 241117a6a6
Commit 69cff99801

Datei anzeigen

@ -34,7 +34,7 @@ import java.util.stream.Collectors;
public abstract class AbstractSWCommand<T> {
private static Map<Class<AbstractSWCommand<?>>, List<AbstractSWCommand<?>>> dependencyMap = new HashMap<>();
private static final Map<Class<AbstractSWCommand<?>>, List<AbstractSWCommand<?>>> dependencyMap = new HashMap<>();
private Class<?> clazz; // This is used in createMappings()