Project

General

Profile

« Previous | Next » 

Revision 50328

Bug fix on JSONException on getAggregations method

View differences:

modules/uoa-repository-manager-gui/trunk/src/main/java/eu/dnetlib/repo/manager/server/services/RepositoryServiceImpl.java
718 718
    }
719 719

  
720 720
    @Override
721
    public Aggregations getRepositoryAggregations(String repoId) throws JSONException {
721
    public Aggregations getRepositoryAggregations(String repoId) throws Exception {
722 722
        return repositoryApi.getRepositoryAggregations(repoId);
723 723
    }
724 724
}
modules/uoa-repository-manager-gui/trunk/src/main/java/eu/dnetlib/repo/manager/client/services/RepositoryService.java
69 69
    MetricsInfo getMetricsInfoForRepository(String repoId) throws RepositoryServiceException;
70 70

  
71 71

  
72
    Aggregations getRepositoryAggregations(String repoId) throws JSONException;
72
    Aggregations getRepositoryAggregations(String repoId) throws Exception;
73 73
}

Also available in: Unified diff