comparison dwtx/jface/text/formatter/FormattingContext.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children eb21d3dfc767
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
37 * @since 3.0 37 * @since 3.0
38 */ 38 */
39 public class FormattingContext : IFormattingContext { 39 public class FormattingContext : IFormattingContext {
40 40
41 /** Map to store the properties */ 41 /** Map to store the properties */
42 private final Map fMap= new HashMap(); 42 private const Map fMap= new HashMap();
43 43
44 /* 44 /*
45 * @see dwtx.jface.text.formatter.IFormattingContext#dispose() 45 * @see dwtx.jface.text.formatter.IFormattingContext#dispose()
46 */ 46 */
47 public void dispose() { 47 public void dispose() {