We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192ef11 commit 7670103Copy full SHA for 7670103
1 file changed
core/src/main/java/feign/Feign.java
@@ -224,7 +224,7 @@ public Builder invocationHandlerFactory(InvocationHandlerFactory invocationHandl
224
* </p>Feign standard decoders do not have built in support for this flag. If
225
* you are using this flag, you MUST also use a custom Decoder, and be sure to
226
* close all resources appropriately somewhere in the Decoder (you can use
227
- * {@link Util.ensureClosed} for convenience).
+ * {@link Util#ensureClosed} for convenience).
228
*
229
* @since 9.6
230
0 commit comments