Format nit.
This commit is contained in:
parent
357951ff5c
commit
bbc690f2cb
|
@ -270,8 +270,7 @@ public class ConstructorUtils {
|
||||||
if (result == null || MemberUtils.compareConstructorFit(ctor, result, parameterTypes) < 0) {
|
if (result == null || MemberUtils.compareConstructorFit(ctor, result, parameterTypes) < 0) {
|
||||||
// temporary variable for annotation, see comment above (1)
|
// temporary variable for annotation, see comment above (1)
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
final
|
final Constructor<T> constructor = (Constructor<T>) ctor;
|
||||||
Constructor<T> constructor = (Constructor<T>) ctor;
|
|
||||||
result = constructor;
|
result = constructor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue