Skip to content

Commit 7670103

Browse files
Carter Kozakvelo
authored andcommitted
Fix method reference link in Feign.doNotCloseAfterDecode javadoc (OpenFeign#671)
1 parent 192ef11 commit 7670103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/feign/Feign.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public Builder invocationHandlerFactory(InvocationHandlerFactory invocationHandl
224224
* </p>Feign standard decoders do not have built in support for this flag. If
225225
* you are using this flag, you MUST also use a custom Decoder, and be sure to
226226
* close all resources appropriately somewhere in the Decoder (you can use
227-
* {@link Util.ensureClosed} for convenience).
227+
* {@link Util#ensureClosed} for convenience).
228228
*
229229
* @since 9.6
230230
*

0 commit comments

Comments
 (0)