diff dwtx/jface/text/revisions/Revision.d @ 136:6dcb0baaa031

Regex removal of throws decls, some instanceof
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:20:40 +0200
parents 51e6e63f930e
children 75302ef3f92f
line wrap: on
line diff
--- a/dwtx/jface/text/revisions/Revision.d	Sun Aug 24 01:52:31 2008 +0200
+++ b/dwtx/jface/text/revisions/Revision.d	Sun Aug 24 02:20:40 2008 +0200
@@ -66,7 +66,7 @@
      * @param range a line range that was changed with this revision
      * @throws IndexOutOfBoundsException if the line range is empty or has a negative start line
      */
-    public final void addRange(ILineRange range) throws IndexOutOfBoundsException {
+    public final void addRange(ILineRange range)  {
         fChangeRegions.add(new ChangeRegion(this, range));
     }