Revert "Cleanup"

This reverts commit 95b65ae20a.
This commit is contained in:
Gabriele C
2016-05-20 14:58:41 +02:00
parent 92287cb5dd
commit 6abad1970c
3 changed files with 19 additions and 1 deletions
@@ -114,7 +114,6 @@ class FieldInjection<T> implements Injection<T> {
return null;
}
@SuppressWarnings("unchecked")
private static <T> Constructor<T> getDefaultConstructor(Class<T> clazz) {
try {
Constructor<?> defaultConstructor = clazz.getDeclaredConstructor();