Minor. Suppressed warnings.
This commit is contained in:
@@ -22,6 +22,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
public class CompilerConfiguration {
|
public class CompilerConfiguration {
|
||||||
private final Map<Key, Object> map = new HashMap<Key, Object>();
|
private final Map<Key, Object> map = new HashMap<Key, Object>();
|
||||||
private boolean readOnly = false;
|
private boolean readOnly = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user