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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java42 public class HistoryEntry { class
44 private static final Logger LOGGER = LoggerFactory.getLogger(HistoryEntry.class);
58 /** Creates a new instance of HistoryEntry */
59 public HistoryEntry() { method in class:HistoryEntry
66 public HistoryEntry(HistoryEntry that) { method in class:HistoryEntry
77 public HistoryEntry(String revision, Date date, String author, method in class:HistoryEntry
95 LOGGER.log(Level.FINE, "HistoryEntry : revision = {0}", revision);
96 LOGGER.log(Level.FINE, "HistoryEntry : tags = {0}", tags);
97 LOGGER.log(Level.FINE, "HistoryEntry
[all...]

Completed in 8 milliseconds