diff dwtx/jface/text/contentassist/CompletionProposalPopup.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children 000f9136b8f7
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/CompletionProposalPopup.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/contentassist/CompletionProposalPopup.d	Sun Aug 24 22:34:04 2008 +0200
@@ -445,7 +445,7 @@
      *
      * @since 3.2
      */
-    private final EmptyProposal fEmptyProposal= new EmptyProposal();
+    private const EmptyProposal fEmptyProposal= new EmptyProposal();
     /**
      * The text for the empty proposal, or <code>null</code> to use the default text.
      *