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

/opengrok/src/org/opensolaris/opengrok/history/
H A DSCCSRepository.java60 private Map<String, String> authors_cache; field in class:SCCSRepository
90 authors_cache = new HashMap<>();
116 authors_cache.put(rev, auth);
180 String author = authors_cache.get(rev);

Completed in 8 milliseconds