diff dwtx/jface/internal/text/html/SubstitutionTextReader.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents 6dcb0baaa031
children 25f1f92fa3df
line wrap: on
line diff
--- a/dwtx/jface/internal/text/html/SubstitutionTextReader.d	Sun Aug 24 02:26:23 2008 +0200
+++ b/dwtx/jface/internal/text/html/SubstitutionTextReader.d	Sun Aug 24 02:31:41 2008 +0200
@@ -71,7 +71,7 @@
      * @return the substitution for <code>c</code>
      * @throws IOException in case computing the substitution fails
      */
-    protected abstract String computeSubstitution(int c) throws IOException;
+    protected abstract String computeSubstitution(int c) ;
 
     /**
      * Returns the internal reader.