Minor. Added toString() to CompilerConfiguration.

This commit is contained in:
Evgeny Gerashchenko
2014-08-19 16:42:59 +04:00
parent cbf8af2e88
commit cda1be3fc7
@@ -111,6 +111,11 @@ public class CompilerConfiguration {
}
}
@Override
public String toString() {
return map.toString();
}
private static <T> void checkForNullElements(Collection<T> values) {
int index = 0;
for (T value : values) {