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

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents c4fb132a086c
children 25f1f92fa3df
line wrap: on
line diff
--- a/dwtx/jface/text/hyperlink/AbstractHyperlinkDetector.d	Sun Aug 24 02:31:41 2008 +0200
+++ b/dwtx/jface/text/hyperlink/AbstractHyperlinkDetector.d	Sun Aug 24 03:23:46 2008 +0200
@@ -57,7 +57,7 @@
      * @throws IllegalArgumentException if the context is <code>null</code>
      * @throws IllegalStateException if this method is called more than once
      */
-    public final void setContext(IAdaptable context) throws IllegalStateException, IllegalArgumentException {
+    public final void setContext(IAdaptable context)  {
         Assert.isLegal(context !is null);
         if (fContext !is null)
             throw new IllegalStateException();