]> source.dussan.org Git - aspectj.git/commitdiff
big refactoring
authoraclement <aclement>
Thu, 8 May 2008 23:48:03 +0000 (23:48 +0000)
committeraclement <aclement>
Thu, 8 May 2008 23:48:03 +0000 (23:48 +0000)
testing/src/org/aspectj/testing/util/BridgeUtil.java

index 5dde02a38fb9559034f2b04df2a99adaf2dda669..7e141240d76451496eb50ed52c3d0104242ce161 100644 (file)
@@ -151,6 +151,7 @@ public class BridgeUtil {
          * 
          * Use only for sorts, not to maintain maps.
          */
+        // OPTIMIZEE only used for testing...
         public static final Comparator WEAK_File = new Comparator() {
             public int compare(Object o1, Object o2) {
                 if ((o1 == o2)