summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2008-05-08 23:48:03 +0000
committeraclement <aclement>2008-05-08 23:48:03 +0000
commit46d461ca77b449b81b96565d692c5421c0dc6e43 (patch)
treeee459de6b29da463b12ba143dad239f8ab2a6793
parent5ae958516a3cfaa227fb369959fc93f00350e8fb (diff)
downloadaspectj-46d461ca77b449b81b96565d692c5421c0dc6e43.tar.gz
aspectj-46d461ca77b449b81b96565d692c5421c0dc6e43.zip
big refactoring
-rw-r--r--testing/src/org/aspectj/testing/util/BridgeUtil.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/src/org/aspectj/testing/util/BridgeUtil.java b/testing/src/org/aspectj/testing/util/BridgeUtil.java
index 5dde02a38..7e141240d 100644
--- a/testing/src/org/aspectj/testing/util/BridgeUtil.java
+++ b/testing/src/org/aspectj/testing/util/BridgeUtil.java
@@ -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)