X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc.unit%2Fsrc%2Forg%2Fargeo%2Fslc%2Funit%2FUnitUtils.java;fp=org.argeo.slc.unit%2Fsrc%2Forg%2Fargeo%2Fslc%2Funit%2FUnitUtils.java;h=75cc578e5b46f7dfde2be2cff378bd11b11ba354;hb=8a01e42cd1a963be1f37d444f15e09512dc7d07f;hp=765ec70d8c3bfd715c09445efd794c3640593024;hpb=b7574609d9db49e8235b6c12e7405add0c8da4ba;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.unit/src/org/argeo/slc/unit/UnitUtils.java b/org.argeo.slc.unit/src/org/argeo/slc/unit/UnitUtils.java index 765ec70d8..75cc578e5 100644 --- a/org.argeo.slc.unit/src/org/argeo/slc/unit/UnitUtils.java +++ b/org.argeo.slc.unit/src/org/argeo/slc/unit/UnitUtils.java @@ -15,14 +15,14 @@ */ package org.argeo.slc.unit; +import static junit.framework.Assert.assertEquals; +import static junit.framework.Assert.assertNotNull; +import static junit.framework.Assert.assertNull; + import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; -import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertNull; -import static junit.framework.Assert.assertNotNull; - public abstract class UnitUtils { public static void assertDateSec(Date expected, Date reached) { if (expected == null) {