AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

corrected the function return type. #672

Closed alexhuang091 closed 3 years ago

alexhuang091 commented 3 years ago

The object being written into the file is

final class UploadStatus {

    final String status;
    final String description;
    final Integer percentage;

so it failed to be converted to Map<String, String>