diff dwtx/jface/text/templates/TemplateContextType.d @ 140:26688fec6d23

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents 6dcb0baaa031
children 75302ef3f92f
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateContextType.d	Sun Aug 24 02:31:41 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateContextType.d	Sun Aug 24 03:23:46 2008 +0200
@@ -247,7 +247,7 @@
      * @throws MalformedTreeException if the positions in the buffer overlap
      * @throws BadLocationException if the buffer cannot be successfully modified
      */
-    public void resolve(TemplateBuffer buffer, TemplateContext context) throws MalformedTreeException, BadLocationException {
+    public void resolve(TemplateBuffer buffer, TemplateContext context)  {
         Assert.isNotNull(context);
         TemplateVariable[] variables= buffer.getVariables();