fixed package name misspelling

This commit is contained in:
Ziver Koc 2016-11-29 20:14:45 +01:00
parent 909c8ea2b3
commit 9e59b53546
13 changed files with 18 additions and 30 deletions

View file

@ -1,4 +1,4 @@
package se.hal.deamon;
package se.hal.daemon;
import java.sql.PreparedStatement;

View file

@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
import se.hal.deamon.SensorDataAggregatorDaemon.AggregationPeriodLength;
import se.hal.daemon.SensorDataAggregatorDaemon.AggregationPeriodLength;
import java.util.Arrays;
import java.util.Collection;

View file

@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
import se.hal.deamon.SensorDataAggregatorDaemon.AggregationPeriodLength;
import se.hal.daemon.SensorDataAggregatorDaemon.AggregationPeriodLength;
import java.util.Arrays;
import java.util.Calendar;