We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6239b68 commit a886185Copy full SHA for a886185
authentication/mutual-tls/DecisionServiceExecution.java
@@ -46,7 +46,6 @@ public static void main(String[] args) {
46
.POST(HttpRequest.BodyPublishers.ofString(Files.readString(payloadFilePath)))
47
.build();
48
} catch (IOException e) {
49
- // TODO Auto-generated catch block
50
e.printStackTrace();
51
}
52
@@ -60,10 +59,8 @@ public static void main(String[] args) {
60
59
System.out.println(postResponse.body());
61
62
63
64
65
} catch (InterruptedException e) {
66
67
68
69
0 commit comments