You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Close exchange on closed client
* Apply suggestions from code review
Co-authored-by: Patrick Koenig <pkoenig10@gmail.com>
---------
Co-authored-by: Patrick Koenig <pkoenig10@gmail.com>
Copy file name to clipboardExpand all lines: conjure-java-undertow-runtime/src/main/java/com/palantir/conjure/java/undertow/runtime/ConjureExceptions.java
+22-21Lines changed: 22 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@
41
41
importjava.io.OutputStream;
42
42
importjava.time.temporal.ChronoUnit;
43
43
importjava.util.Collections;
44
+
importjava.util.Objects;
44
45
importjava.util.Optional;
45
46
importjava.util.function.Consumer;
46
47
importorg.xnio.IoUtils;
@@ -57,6 +58,9 @@ public enum ConjureExceptions implements ExceptionHandler {
Copy file name to clipboardExpand all lines: conjure-java-undertow-runtime/src/test/java/com/palantir/conjure/java/undertow/runtime/ConjureExceptionHandlerTest.java
0 commit comments