We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c96b9 commit d5e85bdCopy full SHA for d5e85bd
1 file changed
spring-test/src/main/java/org/springframework/test/context/TestContextManager.java
@@ -674,9 +674,6 @@ private static TestContext copyTestContext(TestContext testContext) {
674
}
675
676
private static String typeName(Object obj) {
677
- if (obj == null) {
678
- return "null";
679
- }
680
if (obj instanceof Class<?> type) {
681
return type.getName();
682
0 commit comments