fix: Change return type of getPojo method to RekapGarduDistribusiResponse
This commit is contained in:
@@ -44,7 +44,7 @@ public class RekapGarduDistribusiResource {
|
|||||||
@GET
|
@GET
|
||||||
@Path("/getData")
|
@Path("/getData")
|
||||||
@Transactional
|
@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 {
|
throws IOException, InterruptedException {
|
||||||
|
|
||||||
HttpClient client = HttpClient.newHttpClient();
|
HttpClient client = HttpClient.newHttpClient();
|
||||||
|
Reference in New Issue
Block a user