diff dwtx/jface/internal/text/revisions/RevisionPainter.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 65801ad2b265
children b6bad70d540a
line wrap: on
line diff
--- a/dwtx/jface/internal/text/revisions/RevisionPainter.d	Sun Aug 24 01:52:31 2008 +0200
+++ b/dwtx/jface/internal/text/revisions/RevisionPainter.d	Sun Aug 24 02:20:40 2008 +0200
@@ -1158,7 +1158,7 @@
      * @return the character offset range corresponding to <code>range</code>
      * @throws BadLocationException if the line range is not within the document bounds
      */
-    private IRegion toCharRegion(ILineRange lines) throws BadLocationException {
+    private IRegion toCharRegion(ILineRange lines)  {
         IDocument document= fViewer.getDocument();
         int offset= document.getLineOffset(lines.getStartLine());
         int nextLine= end(lines);