From 3c92ecb400ebf07137c031e13bc6fc0815687a9a Mon Sep 17 00:00:00 2001 From: Eko Haryadi Date: Tue, 26 Aug 2025 16:45:26 +0700 Subject: [PATCH] fix: Change return type of getPojo method to RekapGarduDistribusiResponse --- .../id/co/iconpln/apkt/data309/boundary/RekapGarduResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/id/co/iconpln/apkt/data309/boundary/RekapGarduResource.java b/src/main/java/id/co/iconpln/apkt/data309/boundary/RekapGarduResource.java index eddf3bd..efe5a17 100644 --- a/src/main/java/id/co/iconpln/apkt/data309/boundary/RekapGarduResource.java +++ b/src/main/java/id/co/iconpln/apkt/data309/boundary/RekapGarduResource.java @@ -44,7 +44,7 @@ public class RekapGarduDistribusiResource { @GET @Path("/getData") @Transactional - public Data309 getPojo(@QueryParam("unit") String unit, @QueryParam("thnbln") String thnbln) + public RekapGarduDistribusiResponse getPojo(@QueryParam("unit") String unit, @QueryParam("thnbln") String thnbln) throws IOException, InterruptedException { HttpClient client = HttpClient.newHttpClient();