comparison dwtx/jface/text/formatter/FormattingContext.d @ 145:02cd5f1224d3

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:31:00 +0200
parents 51e6e63f930e
children 75302ef3f92f
comparison
equal deleted inserted replaced
144:16a71f577815 145:02cd5f1224d3
50 50
51 /* 51 /*
52 * @see dwtx.jface.text.formatter.IFormattingContext#getPreferenceKeys() 52 * @see dwtx.jface.text.formatter.IFormattingContext#getPreferenceKeys()
53 */ 53 */
54 public String[] getPreferenceKeys() { 54 public String[] getPreferenceKeys() {
55 return new String[] { 55 return null;
56 };
57 } 56 }
58 57
59 /* 58 /*
60 * @see dwtx.jface.text.formatter.IFormattingContext#getProperty(java.lang.Object) 59 * @see dwtx.jface.text.formatter.IFormattingContext#getProperty(java.lang.Object)
61 */ 60 */