comparison dwtx/jface/text/revisions/Revision.d @ 160:3678e4f1a766

toHash, toString
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 02:07:22 +0200
parents 25f1f92fa3df
children 1a5b8f8129df
comparison
equal deleted inserted replaced
159:7926b636c282 160:3678e4f1a766
148 public abstract Date getDate(); 148 public abstract Date getDate();
149 149
150 /* 150 /*
151 * @see java.lang.Object#toString() 151 * @see java.lang.Object#toString()
152 */ 152 */
153 public String toString() { 153 public override String toString() {
154 return "Revision " + getId(); //$NON-NLS-1$ 154 return "Revision " + getId(); //$NON-NLS-1$
155 } 155 }
156 156
157 /** 157 /**
158 * Returns the display string for the author of this revision. 158 * Returns the display string for the author of this revision.