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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSHistoryParser.java56 private Date rdate; field in class:SCCSHistoryParser
126 rdate = sccsDateFormat.parse(f[2] + " " + f[3]);
130 rdate = null;
135 rdate = null;
155 return rdate;

Completed in 8 milliseconds