Skip to content

Commit bf2a535

Browse files
authored
Remove unused TypeReference import
Removed unused import for TypeReference.
1 parent 2354a40 commit bf2a535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-cloud-aws-s3/src/main/java/io/awspring/cloud/s3/Jackson2JsonS3ObjectConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import org.springframework.core.ParametrizedTypeReference;
2121
import software.amazon.awssdk.core.sync.RequestBody;
2222
import tools.jackson.core.JacksonException;
23-
import tools.jackson.core.type.TypeReference;
2423
import tools.jackson.databind.json.JsonMapper;
2524

2625
/**

0 commit comments

Comments
 (0)