| 72 | } |
| 73 | |
| 74 | private static class JarEntryFactory implements EntryFactory { |
| 75 | public static final JarEntryFactory Instance = new JarEntryFactory(); |
| 76 | |
| 77 | public ZipEntry makeEntry(Window window, int pointer) { |
| 78 | return new MyJarEntry(window, pointer); |
| 79 | } |
| 80 | } |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected