diff 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
line wrap: on
line diff
--- a/dwtx/jface/text/formatter/FormattingContext.d	Sun Aug 24 21:34:15 2008 +0200
+++ b/dwtx/jface/text/formatter/FormattingContext.d	Sun Aug 24 22:31:00 2008 +0200
@@ -52,8 +52,7 @@
      * @see dwtx.jface.text.formatter.IFormattingContext#getPreferenceKeys()
      */
     public String[] getPreferenceKeys() {
-        return new String[] {
-        };
+        return null;
     }
 
     /*