Searched refs:oldInstance (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DFileHistoryCache.java55 protected Expression instantiate(Object oldInstance, Encoder out) { argument
56 File f = (File)oldInstance;
57 return new Expression(oldInstance, f.getClass(), "new", new Object[] {f.toString()});

Completed in 122 milliseconds