(String name)
| 30 | } |
| 31 | |
| 32 | public JarEntry getJarEntry(String name) { |
| 33 | return (JarEntry) getEntry(JarEntryFactory.Instance, name); |
| 34 | } |
| 35 | |
| 36 | private static class MyJarEntry extends JarEntry implements MyEntry { |
| 37 | public final Window window; |
no test coverage detected