Refactoring, moved some files and renamed some classes

Former-commit-id: bdba0e95af5560f5e72cf0e45bed257ca29dc4a2
This commit is contained in:
Ziver Koc 2015-12-15 21:44:42 +01:00
parent 2bc4607ad1
commit 70f9bb1681
19 changed files with 164 additions and 152 deletions

View file

@ -1,4 +1,4 @@
package se.koc.hal.deamon;
package se.koc.hal.util;
import static org.junit.Assert.*;
@ -6,6 +6,7 @@ import java.util.Calendar;
import org.junit.Before;
import org.junit.Test;
import se.koc.hal.util.TimeUtility;
public class TimeUtilityTest {
private long currentTime;