Minor. Suppressed warnings.

This commit is contained in:
Evgeny Gerashchenko
2014-05-26 16:42:25 +04:00
parent b9f01a6397
commit e07ea4b814
@@ -22,6 +22,7 @@ import org.jetbrains.annotations.Nullable;
import java.util.*;
@SuppressWarnings("unchecked")
public class CompilerConfiguration {
private final Map<Key, Object> map = new HashMap<Key, Object>();
private boolean readOnly = false;