Cleanup
This commit is contained in:
@@ -114,6 +114,7 @@ class FieldInjection<T> implements Injection<T> {
|
||||
return null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private static <T> Constructor<T> getDefaultConstructor(Class<T> clazz) {
|
||||
try {
|
||||
Constructor<?> defaultConstructor = clazz.getDeclaredConstructor();
|
||||
|
||||
Reference in New Issue
Block a user