Project

General

Profile

« Previous | Next » 

Revision 50328

Bug fix on JSONException on getAggregations method

View differences:

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
}

Also available in: Unified diff