69707172737475
mk = new MicroKernelImpl(new Repository(rs, new MemoryBlobStore())); } protected GCPersistence createPersistence() throws Exception { return new InMemPersistence(); }
7071727374757677787980
*/ protected Repository() { this.homeDir = null; DefaultRevisionStore rs = new DefaultRevisionStore(new InMemPersistence(), null); try { rs.initialize(); } catch (Exception e) { /* Not plausible for in-memory operation */
6970717273747576777879
6869707172737475767778
* Argument-less constructor, used for in-memory kernel. */ protected Repository() { this.homeDir = null; DefaultRevisionStore rs = new DefaultRevisionStore(new InMemPersistence()); try { rs.initialize(); } catch (Exception e) { /* Not plausible for in-memory operation */
59606162636465