mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-13 05:25:20 +00:00
Format nit.
This commit is contained in:
parent
357951ff5c
commit
bbc690f2cb
@ -270,8 +270,7 @@ public static <T> Constructor<T> getMatchingAccessibleConstructor(final Class<T>
|
||||
if (result == null || MemberUtils.compareConstructorFit(ctor, result, parameterTypes) < 0) {
|
||||
// temporary variable for annotation, see comment above (1)
|
||||
@SuppressWarnings("unchecked")
|
||||
final
|
||||
Constructor<T> constructor = (Constructor<T>) ctor;
|
||||
final Constructor<T> constructor = (Constructor<T>) ctor;
|
||||
result = constructor;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user