X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc.unit%2Fsrc%2Forg%2Fargeo%2Fslc%2Funit%2FUnitUtils.java;h=75cc578e5b46f7dfde2be2cff378bd11b11ba354;hb=e14154d2baba78852915304d51cbb56bed1d3d3e;hp=765ec70d8c3bfd715c09445efd794c3640593024;hpb=04ef2e4533e909122a560a5cb6499fa62bac82ec;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) {