Skip to content

Commit c9e6564

Browse files
committed
Fix code
1 parent 0985eeb commit c9e6564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ var request = HttpRequest.newBuilder()
373373
.build();
374374

375375
// use the client to send the request
376-
var response = client.send(request, new JsonBodyHandler<>(APOD.class));
376+
var response = client.send(request, new JsonBodyHandler&#60;&#62;(APOD.class));
377377

378378
// the response:
379379
System.out.println(response.body().get());

0 commit comments

Comments
 (0)