Skip to content

Commit 5ded860

Browse files
committed
Remove unused import in OSDelegatingFileTailingMP
1 parent f85423a commit 5ded860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-integration-file/src/main/java/org/springframework/integration/file/tail/OSDelegatingFileTailingMessageProducer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@
2020
import java.io.IOException;
2121
import java.io.InputStreamReader;
2222
import java.time.Instant;
23-
import java.util.Date;
2423

2524
import org.springframework.messaging.MessagingException;
2625
import org.springframework.scheduling.SchedulingAwareRunnable;

0 commit comments

Comments
 (0)