Hack - The real method is in Reflect.java which is not public.
( Class type )
| 82 | Hack - The real method is in Reflect.java which is not public. |
| 83 | */ |
| 84 | public static String normalizeClassName( Class type ) |
| 85 | { |
| 86 | return Reflect.normalizeClassName( type ); |
| 87 | } |
| 88 | } |
nothing calls this directly
no test coverage detected