Print

Print


Commit in lcsim/src/org/lcsim/util/event on MAIN
BaseLCSimEvent.java+11.17 -> 1.18
Just add comment

lcsim/src/org/lcsim/util/event
BaseLCSimEvent.java 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- BaseLCSimEvent.java	9 Feb 2006 22:17:37 -0000	1.17
+++ BaseLCSimEvent.java	1 Apr 2006 12:11:03 -0000	1.18
@@ -282,6 +282,7 @@
 
       public int hashCode()
       {
+         // Fixme: This doesn't work if the list is changed after it is added to the event
          return list.hashCode();
       }
    }
CVSspam 0.2.8