Skip to content

Commit 5428e24

Browse files
committed
fix format
Signed-off-by: joecqupt <[email protected]>
1 parent ff5edf2 commit 5428e24

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/filter/RetryFilterFunctions.java

-6
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ && isRetryableMethod(request.method(), config)) {
8888
});
8989
}
9090

91-
/**
92-
* reset attribute
93-
*
94-
* @param request
95-
* @throws IOException
96-
*/
9791
private static void reset(ServerRequest request) throws IOException {
9892
InputStream inputStream = MvcUtils.getAttribute(request, MvcUtils.CLIENT_RESPONSE_INPUT_STREAM_ATTR);
9993
if (inputStream != null) {

0 commit comments

Comments
 (0)