Skip to content

Commit a886185

Browse files
authored
Update DecisionServiceExecution.java
1 parent 6239b68 commit a886185

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

authentication/mutual-tls/DecisionServiceExecution.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public static void main(String[] args) {
4646
.POST(HttpRequest.BodyPublishers.ofString(Files.readString(payloadFilePath)))
4747
.build();
4848
} catch (IOException e) {
49-
// TODO Auto-generated catch block
5049
e.printStackTrace();
5150
}
5251

@@ -60,10 +59,8 @@ public static void main(String[] args) {
6059
System.out.println(postResponse.body());
6160
}
6261
} catch (IOException e) {
63-
// TODO Auto-generated catch block
6462
e.printStackTrace();
6563
} catch (InterruptedException e) {
66-
// TODO Auto-generated catch block
6764
e.printStackTrace();
6865
}
6966

0 commit comments

Comments
 (0)