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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSRepository.java56 private Map<String, String> authors_cache; field in class:SCCSRepository
92 authors_cache = new HashMap<String, String>();
118 authors_cache.put(rev, auth);
175 String author = authors_cache.get(rev);

Completed in 7 milliseconds