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

toHash, toString
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 02:07:22 +0200
parents 26688fec6d23
children 1a5b8f8129df
comparison
equal deleted inserted replaced
159:7926b636c282 160:3678e4f1a766
188 } 188 }
189 189
190 /* 190 /*
191 * @see java.lang.Object#toString() 191 * @see java.lang.Object#toString()
192 */ 192 */
193 public String toString() { 193 public override String toString() {
194 return (new StringBuffer()).append(hashCode()).toString(); 194 return (new StringBuffer()).append(toHash()).toString();
195 } 195 }
196 } 196 }