fix: Change return type of getPojo method to RekapGarduDistribusiResponse
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user