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

/opengrok/src/org/opensolaris/opengrok/history/
H A DFileHistoryCache.java69 private boolean historyIndexDone = false; field in class:FileHistoryCache
73 historyIndexDone = true;
78 return historyIndexDone;
H A DJDBCHistoryCache.java60 private boolean historyIndexDone = false; field in class:JDBCHistoryCache
1418 historyIndexDone = true;
1423 return historyIndexDone;

Completed in 12 milliseconds