Skip to content

Commit 3d673ad

Browse files
committed
Reduce vertical whitespace
1 parent 5454931 commit 3d673ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,6 @@ public static boolean typesSatisfyVariables(final Map<TypeVariable<?>, Type> typ
15701570
for (final Map.Entry<TypeVariable<?>, Type> entry : typeVariableMap.entrySet()) {
15711571
final TypeVariable<?> typeVar = entry.getKey();
15721572
final Type type = entry.getValue();
1573-
15741573
for (final Type bound : getImplicitBounds(typeVar)) {
15751574
if (!isAssignable(type, substituteTypeVariables(bound, typeVariableMap), typeVariableMap)) {
15761575
return false;

0 commit comments

Comments
 (0)