diff dwtx/jface/text/presentation/PresentationReconciler.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 b6bad70d540a
line wrap: on
line diff
--- a/dwtx/jface/text/presentation/PresentationReconciler.d	Sun Aug 24 01:52:31 2008 +0200
+++ b/dwtx/jface/text/presentation/PresentationReconciler.d	Sun Aug 24 02:20:40 2008 +0200
@@ -535,7 +535,7 @@
      * @return the damage end offset (excluding)
      * @exception BadLocationException if method accesses invalid offset
      */
-    private int getDamageEndOffset(DocumentEvent e) throws BadLocationException {
+    private int getDamageEndOffset(DocumentEvent e)  {
 
         IDocument d= e.getDocument();
 
@@ -596,7 +596,7 @@
      * @throws BadLocationException if offset is invalid in the given document
      * @since 3.0
      */
-    private ITypedRegion getPartition(IDocument document, int offset) throws BadLocationException {
+    private ITypedRegion getPartition(IDocument document, int offset)  {
         return TextUtilities.getPartition(document, getDocumentPartitioning(), offset, false);
     }
 }