diff dwtx/jface/text/IDocumentExtension.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents c4fb132a086c
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/IDocumentExtension.d	Sun Aug 24 02:26:23 2008 +0200
+++ b/dwtx/jface/text/IDocumentExtension.d	Sun Aug 24 02:31:41 2008 +0200
@@ -197,7 +197,7 @@
      * @exception UnsupportedOperationException if <code>registerPostNotificationReplace</code>
      *  is not supported by this document
      */
-    void registerPostNotificationReplace(IDocumentListener owner, IReplace replace) throws UnsupportedOperationException;
+    void registerPostNotificationReplace(IDocumentListener owner, IReplace replace) ;
 
     /**
      * Stops the processing of registered post notification replace operations until