comparison 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
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
443 /** 443 /**
444 * The (reusable) empty proposal. 444 * The (reusable) empty proposal.
445 * 445 *
446 * @since 3.2 446 * @since 3.2
447 */ 447 */
448 private final EmptyProposal fEmptyProposal= new EmptyProposal(); 448 private const EmptyProposal fEmptyProposal= new EmptyProposal();
449 /** 449 /**
450 * The text for the empty proposal, or <code>null</code> to use the default text. 450 * The text for the empty proposal, or <code>null</code> to use the default text.
451 * 451 *
452 * @since 3.2 452 * @since 3.2
453 */ 453 */