Project

General

Profile

« Previous | Next » 

Revision 57176

Pushing fixes on summaries

View differences:

RepositoryController.java
80 80
            produces = MediaType.APPLICATION_JSON_VALUE)
81 81
    @ResponseBody
82 82
    public List<AggregationDetails> getRepositoryAggregations(@PathVariable("id") String id) throws JSONException {
83
        return repositoryService.getRepositoryAggregations(id,20);
83
        return repositoryService.getRepositoryAggregations(id,0,20);
84 84
    }
85 85

  
86 86
    @RequestMapping(value = "/getRepositoryAggregationsByYear/{id}", method = RequestMethod.GET,

Also available in: Unified diff