Remove obsolete code

This commit is contained in:
Sam Brannen
2026-05-17 15:30:04 +02:00
parent c3c96b9f32
commit d5e85bd95e
@@ -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();
}