diff dwtx/jface/text/DocumentClone.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7d818bd32d63
children
line wrap: on
line diff
--- a/dwtx/jface/text/DocumentClone.d	Wed Aug 27 14:49:30 2008 +0200
+++ b/dwtx/jface/text/DocumentClone.d	Mon Sep 08 00:51:37 2008 +0200
@@ -176,7 +176,7 @@
          * @param content the content
          */
         public this(String content) {
-            Assert.isNotNull(content);
+            //Assert.isNotNull(content);
             fContent= content;
         }