Skip to content

Commit

Permalink
Merge pull request OpenFeign#2584 from dancer1325/refactor/jackson/re…
Browse files Browse the repository at this point in the history
…move_unusedimports

refactor(jackson): remove unused imports
  • Loading branch information
velo authored Oct 3, 2024
2 parents 57aac08 + 1f4c300 commit 487993e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jackson/src/main/java/feign/jackson/JacksonDecoder.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 The Feign Authors
* Copyright 2012-2024 The Feign Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
Expand All @@ -17,8 +17,6 @@
import java.io.IOException;
import java.io.Reader;
import java.lang.reflect.Type;
import java.nio.charset.Charset;
import java.util.Collection;
import java.util.Collections;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.Module;
Expand Down

0 comments on commit 487993e

Please sign in to comment.