]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.unit/src/org/argeo/slc/unit/UnitUtils.java
Adapt refactoring (remove APIs from argeo.util)
[gpl/argeo-slc.git] / org.argeo.slc.unit / src / org / argeo / slc / unit / UnitUtils.java
index 765ec70d8c3bfd715c09445efd794c3640593024..75cc578e5b46f7dfde2be2cff378bd11b11ba354 100644 (file)
  */\r
 package org.argeo.slc.unit;\r
 \r
+import static junit.framework.Assert.assertEquals;\r
+import static junit.framework.Assert.assertNotNull;\r
+import static junit.framework.Assert.assertNull;\r
+\r
 import java.util.Calendar;\r
 import java.util.Date;\r
 import java.util.GregorianCalendar;\r
 \r
-import static junit.framework.Assert.assertEquals;\r
-import static junit.framework.Assert.assertNull;\r
-import static junit.framework.Assert.assertNotNull;\r
-\r
 public abstract class UnitUtils {\r
        public static void assertDateSec(Date expected, Date reached) {\r
                if (expected == null) {\r