Gets the ClassLoader. May be null. @return the classLoader
()
| 198 | * @return the classLoader |
| 199 | */ |
| 200 | public static ClassLoader getClassLoader() { |
| 201 | return classLoader; |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Replaces backslashes with slashes. |
no outgoing calls
no test coverage detected