mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
improve changesetviewer
This commit is contained in:
@@ -126,7 +126,7 @@ public class RepositoryResource
|
||||
@Produces({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })
|
||||
public Response getChangesets(@PathParam("id") String id,
|
||||
@DefaultValue("0") @QueryParam("start") int start,
|
||||
@DefaultValue("25") @QueryParam("limit") int limit)
|
||||
@DefaultValue("20") @QueryParam("limit") int limit)
|
||||
throws RepositoryException
|
||||
{
|
||||
Response response = null;
|
||||
|
||||
Reference in New Issue
Block a user