diff dwtx/jface/text/rules/RuleBasedPartitioner.d @ 150:5cf141e43417

...
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 23:05:26 +0200
parents 75302ef3f92f
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/rules/RuleBasedPartitioner.d	Sun Aug 24 22:41:48 2008 +0200
+++ b/dwtx/jface/text/rules/RuleBasedPartitioner.d	Sun Aug 24 23:05:26 2008 +0200
@@ -128,7 +128,7 @@
      * @since 3.0
      */
     public String[] getManagingPositionCategories() {
-        return new String[] { fPositionCategory };
+        return [ fPositionCategory ];
     }
 
     /*