mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 14:09:25 +00:00
parentheses should be removed from a single lambda input parameter when its type is inferred
This commit is contained in:
committed by
Juergen Hoeller
parent
0c45c4c6a3
commit
d89f9af22d
+1
-1
@@ -142,7 +142,7 @@ public class SynchronossPartHttpMessageReader implements HttpMessageReader<Part>
|
||||
finally {
|
||||
DataBufferUtils.release(buffer);
|
||||
}
|
||||
}, (ex) -> {
|
||||
}, ex -> {
|
||||
try {
|
||||
listener.onError("Request body input error", ex);
|
||||
parser.close();
|
||||
|
||||
Reference in New Issue
Block a user