Made Timeline.timeCmp public again
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 2 Jun 2019 19:53:12 +0000 (21:53 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 2 Jun 2019 19:53:12 +0000 (21:53 +0200)
net.mograsim.logic.core/src/net/mograsim/logic/core/timeline/Timeline.java

index e64c2cc..4e3146b 100644 (file)
@@ -221,7 +221,7 @@ public class Timeline
                }
        }
 
-       static int timeCmp(long a, long b)
+       public static int timeCmp(long a, long b)
        {
                return Long.signum(a - b);
        }