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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java47 * The HistoryGuru is used to implement an transparent layer to the various
52 public final class HistoryGuru { class
54 Logger.getLogger(HistoryGuru.class.getName());
56 /** The one and only instance of the HistoryGuru */
57 private static HistoryGuru instance = new HistoryGuru();
67 * Creates a new instance of HistoryGuru, and try to set the default
70 private HistoryGuru() { method in class:HistoryGuru
85 logger.log(Level.FINE, "HistoryGuru", he);
94 * Get the one and only instance of the HistoryGuru
[all...]

Completed in 230 milliseconds