diff dwtx/jface/text/DocumentRewriteSession.d @ 140:26688fec6d23

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents 7d818bd32d63
children 3678e4f1a766
line wrap: on
line diff
--- a/dwtx/jface/text/DocumentRewriteSession.d	Sun Aug 24 02:31:41 2008 +0200
+++ b/dwtx/jface/text/DocumentRewriteSession.d	Sun Aug 24 03:23:46 2008 +0200
@@ -191,6 +191,6 @@
      * @see java.lang.Object#toString()
      */
     public String toString() {
-        return new StringBuffer().append(hashCode()).toString();
+        return (new StringBuffer()).append(hashCode()).toString();
     }
 }