Made timeCmp public
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 19:47:49 +0000 (21:47 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 19:47:49 +0000 (21:47 +0200)
era.mi/src/era/mi/logic/timeline/Timeline.java

index 20af398..c010063 100644 (file)
@@ -185,7 +185,7 @@ public class Timeline
                }
        }
 
-       private static int timeCmp(long a, long b)
+       public static int timeCmp(long a, long b)
        {
                return Long.signum(a - b);
        }