Browse Source

Polish "Introduce internal constants for implicit bounds in TypeUtils"

See gh-30423
pull/30430/head
Stephane Nicoll 3 years ago
parent
commit
88361a4f3e
  1. 1
      spring-core/src/main/java/org/springframework/util/TypeUtils.java

1
spring-core/src/main/java/org/springframework/util/TypeUtils.java

@ -37,6 +37,7 @@ import org.springframework.lang.Nullable; @@ -37,6 +37,7 @@ import org.springframework.lang.Nullable;
public abstract class TypeUtils {
private static final Type[] IMPLICIT_LOWER_BOUNDS = { null };
private static final Type[] IMPLICIT_UPPER_BOUNDS = { Object.class };
/**

Loading…
Cancel
Save