diff dwtx/jface/text/IFindReplaceTargetExtension.d @ 141:ea8dd2e11034

instanceof and throws
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 21:25:28 +0200
parents c4fb132a086c
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/IFindReplaceTargetExtension.d	Sun Aug 24 03:23:46 2008 +0200
+++ b/dwtx/jface/text/IFindReplaceTargetExtension.d	Sun Aug 24 21:25:28 2008 +0200
@@ -205,7 +205,7 @@
      *
      * @param scope the find scope of the target, may be <code>null</code>
      */
-    void setScope(IRegion scope);
+    void setScope(IRegion scope_);
 
     /**
      * Returns the currently selected range of lines as a offset and length.