diff dwtx/jface/text/revisions/RevisionInformation.d @ 135:65801ad2b265

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 51e6e63f930e
children 75302ef3f92f
line wrap: on
line diff
--- a/dwtx/jface/text/revisions/RevisionInformation.d	Sun Aug 24 01:46:20 2008 +0200
+++ b/dwtx/jface/text/revisions/RevisionInformation.d	Sun Aug 24 01:52:31 2008 +0200
@@ -114,7 +114,7 @@
             }
 
             // sort by start line
-            Collections.sort(ranges, new Comparator() {
+            Collections.sort(ranges, new class()  Comparator {
                 public int compare(Object o1, Object o2) {
                     RevisionRange r1= cast(RevisionRange) o1;
                     RevisionRange r2= cast(RevisionRange) o2;