Searched defs:HistoryEntry (Results 1 - 1 of 1) sorted by relevance
/opengrok-sun/src/org/opensolaris/opengrok/history/ |
H A D | HistoryEntry.java | 42 public class HistoryEntry { class 55 /** Creates a new instance of HistoryEntry */ 56 public HistoryEntry() { method in class:HistoryEntry 63 public HistoryEntry(HistoryEntry that) { method in class:HistoryEntry 74 public HistoryEntry(String revision, Date date, String author, method in class:HistoryEntry 93 log.log(Level.FINE, "HistoryEntry : revision = {0}", revision); 94 log.log(Level.FINE, "HistoryEntry : tags = {0}", tags); 95 log.log(Level.FINE, "HistoryEntry : date = {0}", date); 96 log.log(Level.FINE, "HistoryEntry [all...] |
Completed in 383 milliseconds