(String name)
| 151 | } |
| 152 | |
| 153 | protected Enumeration<URL> findResources(String name) throws IOException { |
| 154 | return Collections.enumeration(new ArrayList<URL>(0)); |
| 155 | } |
| 156 | |
| 157 | public URL getResource(String path) { |
| 158 | URL url = null; |
nothing calls this directly
no test coverage detected