diff dwtx/jface/text/templates/TemplateCompletionProcessor.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateCompletionProcessor.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateCompletionProcessor.d	Sun Aug 24 22:35:05 2008 +0200
@@ -67,7 +67,7 @@
         }
     }
 
-    private static final Comparator fgProposalComparator= new ProposalComparator();
+    private static const Comparator fgProposalComparator= new ProposalComparator();
 
     /*
      * @see dwtx.jface.text.contentassist.IContentAssistProcessor#computeCompletionProposals(dwtx.jface.text.ITextViewer,