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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 51e6e63f930e
children eb21d3dfc767
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
41 41
42 /** The current preferences for formatting */ 42 /** The current preferences for formatting */
43 private Map fCurrentPreferences= null; 43 private Map fCurrentPreferences= null;
44 44
45 /** The list of preferences for initiated the formatting steps */ 45 /** The list of preferences for initiated the formatting steps */
46 private final LinkedList fPreferences= new LinkedList(); 46 private const LinkedList fPreferences= new LinkedList();
47 47
48 /* 48 /*
49 * @see dwtx.jface.text.formatter.IFormattingStrategyExtension#format() 49 * @see dwtx.jface.text.formatter.IFormattingStrategyExtension#format()
50 */ 50 */
51 public void format() { 51 public void format() {