Skip to content

Commit 1e11a68

Browse files
committed
Removed unused imports
1 parent 3ab7efc commit 1e11a68

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

creekfunctions/src/main/java/io/spring/creekfunctions/CreekMeasurementRepository.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import java.util.List;
2020
import java.util.function.Consumer;
2121

22-
import com.fasterxml.jackson.databind.ObjectMapper;
23-
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
2422
import javax.sql.DataSource;
2523
import org.apache.commons.logging.Log;
2624
import org.apache.commons.logging.LogFactory;

creekfunctions/src/main/java/io/spring/creekfunctions/ReportCreekMeasurements.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
import java.util.List;
2020
import java.util.function.Function;
2121

22-
import com.fasterxml.jackson.databind.ObjectMapper;
23-
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
24-
2522
/**
2623
* Looks at each creek sites data for each payload and determines if the creek
2724
* is safe-ish for kayaking. It then prints this result to console.

creekfunctions/src/main/java/io/spring/creekfunctions/TransformCreekMeasurement.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
import java.util.function.Function;
2121
import java.util.stream.Collectors;
2222

23-
import com.fasterxml.jackson.databind.ObjectMapper;
24-
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
25-
2623

2724
/**
2825
* Accepts a tab delimited list of data from the USGS Water Data Restful API and converts it ot a list of {@link CreekMeasurement}s.

0 commit comments

Comments
 (0)