mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove obsolete code
This commit is contained in:
@@ -674,9 +674,6 @@ public class TestContextManager {
|
||||
}
|
||||
|
||||
private static String typeName(Object obj) {
|
||||
if (obj == null) {
|
||||
return "null";
|
||||
}
|
||||
if (obj instanceof Class<?> type) {
|
||||
return type.getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user