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

/opengrok/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java60 private Date rdate; field in class:SCCSHistoryParser
130 rdate = sccsDateFormat.parse(f[2] + " " + f[3]);
133 rdate = null;
138 rdate = null;
158 return rdate;

Completed in 9 milliseconds